# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
No description provided by the author
RegisterHandlers adds each server route to the EchoRouter.
# 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 echo contexts to parameters.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
AddPetRequestBody defines body for AddPet for application/json ContentType.