package
0.1.0-alpha
Repository: https://github.com/tamasfe/repose.git
Documentation: pkg.go.dev

# Functions

RegisterEchoServer registers a Server with an Echo instance, and wraps Server's handlers with Echo handlers.

# Constants

DeletePetResponse204 defines an empty response for the DeletePet operation.
NoResponse indicate that the response should not be handled by the generated code.

# Structs

Error is a generated type based on a schema.
NewPet is a generated type based on a schema.
Pet is a generated type based on a schema.
PetFragment1 is a part of Pet.
ServerMiddleware describes the middleware for operations of Server.

# Interfaces

AddPetHandlerResponse defines responses for the AddPet operation.
DeletePetHandlerResponse defines responses for the DeletePet operation.
EchoInstance is required to add handlers to to both Echo instances and Echo groups.
FindPetByIdHandlerResponse defines responses for the FindPetById operation.
FindPetsHandlerResponse defines responses for the FindPets operation.
Server is the server interface with the handlers based on the specification.