Skip to content

Commit

Permalink
Merge pull request #5 from speakeasy-sdks/change-pkg-name
Browse files Browse the repository at this point in the history
fix: change pkg name
  • Loading branch information
anuraagnalluri authored Jul 12, 2023
2 parents 30dafcd + cc53130 commit a3c635a
Show file tree
Hide file tree
Showing 134 changed files with 400 additions and 392 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.56.4 (2.61.5) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.0.4] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.0.4 - .
- [Go v1.0.4] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.0.4 - .

## 2023-07-12 20:34:10
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.57.0 (2.62.1) https://github.com/speakeasy-api/speakeasy
### Releases
- [Go v1.1.0] https://github.com/speakeasy-sdks/hookdeck-go/releases/tag/v1.1.0 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
6 changes: 3 additions & 3 deletions attempts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bookmarks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bulkretryevents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bulkretryignoredevents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bulkretryrequests.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions connections.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions destinations.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/sdks/attempts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -74,8 +74,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
26 changes: 13 additions & 13 deletions docs/sdks/bookmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -81,8 +81,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -134,8 +134,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -187,9 +187,9 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"hookdeck-go/pkg/types"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go/pkg/types"
)

func main() {
Expand Down Expand Up @@ -251,8 +251,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -307,8 +307,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
16 changes: 8 additions & 8 deletions docs/sdks/bulkretryevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -71,10 +71,10 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"hookdeck-go/pkg/types"
"hookdeck-go/pkg/models/shared"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go/pkg/types"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/shared"
)

func main() {
Expand Down Expand Up @@ -148,8 +148,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
22 changes: 11 additions & 11 deletions docs/sdks/bulkretryignoredevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -73,8 +73,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -130,8 +130,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -187,9 +187,9 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"hookdeck-go/pkg/types"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go/pkg/types"
)

func main() {
Expand Down Expand Up @@ -256,8 +256,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
16 changes: 8 additions & 8 deletions docs/sdks/bulkretryrequests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down Expand Up @@ -71,10 +71,10 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"hookdeck-go/pkg/types"
"hookdeck-go/pkg/models/shared"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go/pkg/types"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/shared"
)

func main() {
Expand Down Expand Up @@ -142,8 +142,8 @@ package main
import(
"context"
"log"
"hookdeck-go"
"hookdeck-go/pkg/models/operations"
"github.com/speakeasy-sdks/hookdeck-go"
"github.com/speakeasy-sdks/hookdeck-go/pkg/models/operations"
)

func main() {
Expand Down
Loading

0 comments on commit a3c635a

Please sign in to comment.