# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Handler creates http.Handler with routing matching OpenAPI spec.
HandlerFromMux creates http.Handler with routing matching OpenAPI spec based on the provided mux.
No description provided by the author
# Structs
Error defines model for Error.
FindPetsParams defines parameters for FindPets.
NewPet defines model for NewPet.
Pet defines model for Pet.
No description provided by the author
ServerInterfaceWrapper converts contexts to parameters.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
AddPetJSONBody defines parameters for AddPet.
AddPetRequestBody defines body for AddPet for application/json ContentType.