forked from loafle/openapi-generator-original
[go-server] Fix: missing quotes for string default value (#18546)
* Update controller mustache * Add tests to openapi doc * Regen
This commit is contained in:
@@ -71,7 +71,7 @@ type PetAPIServicer interface {
|
||||
AddPet(context.Context, Pet) (ImplResponse, error)
|
||||
DeletePet(context.Context, int64, string) (ImplResponse, error)
|
||||
FilterPetsByCategory(context.Context, Gender, Species, []Species) (ImplResponse, error)
|
||||
FindPetsByStatus(context.Context, []string, string, string) (ImplResponse, error)
|
||||
FindPetsByStatus(context.Context, []string, string, string, int32, float32, string) (ImplResponse, error)
|
||||
// Deprecated
|
||||
FindPetsByTags(context.Context, []string, time.Time, time.Time, Colour) (ImplResponse, error)
|
||||
GetPetById(context.Context, int64) (ImplResponse, error)
|
||||
|
||||
Reference in New Issue
Block a user