Skip to content

Commit

Permalink
fixed package names
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Dec 18, 2024
1 parent 4595bff commit 861637a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/types/inboxready_cfg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/HEAD/configuration-schema.json
package: types
package: inboxready
output: ./internal/types/inboxready/model.gen.go
generate:
models: true
Expand Down
2 changes: 1 addition & 1 deletion internal/types/mailgun_cfg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/HEAD/configuration-schema.json
package: types
package: mailgun
output: ./internal/types/mailgun/model.gen.go
generate:
models: true
Expand Down
2 changes: 1 addition & 1 deletion internal/types/validate_cfg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/HEAD/configuration-schema.json
package: types
package: validate
output: ./internal/types/validate/model.gen.go
generate:
models: true
Expand Down

0 comments on commit 861637a

Please sign in to comment.