package
0.0.0-20200328223243-1fc5a780b352
Repository: https://github.com/albankora/decho.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
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.
ServerInterfaceWrapper converts echo 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.