Dragos Vingarzan c2884b7b1a
[BUG][Go-server] attempt to fix the controller-api mustache template for a nullable bodyParam (#20478)
* 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
2025-02-19 17:09:32 +08:00

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