forked from loafle/openapi-generator-original
* go-server: attempt to fix the controller-api mustache template for a nullable bodyParam * added to petstore an example to trigger the issue which this PR fixes
33 lines
546 B
Plaintext
33 lines
546 B
Plaintext
Dockerfile
|
|
README.md
|
|
api/openapi.yaml
|
|
go.mod
|
|
go/api.go
|
|
go/api_fake.go
|
|
go/api_fake_service.go
|
|
go/api_pet.go
|
|
go/api_pet_service.go
|
|
go/api_store.go
|
|
go/api_store_service.go
|
|
go/api_user.go
|
|
go/api_user_service.go
|
|
go/error.go
|
|
go/helpers.go
|
|
go/impl.go
|
|
go/logger.go
|
|
go/model_an_object.go
|
|
go/model_api_response.go
|
|
go/model_category.go
|
|
go/model_colour.go
|
|
go/model_gender.go
|
|
go/model_order.go
|
|
go/model_order_info.go
|
|
go/model_pet.go
|
|
go/model_special_info.go
|
|
go/model_species.go
|
|
go/model_tag.go
|
|
go/model_user.go
|
|
go/model_user_nullable.go
|
|
go/routers.go
|
|
main.go
|