package
2.0.0+incompatible
Repository: https://github.com/tamj0rd2/oapi-codegen.git
Documentation: pkg.go.dev

# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
No description provided by the author
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.

# 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

This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
ServerInterface represents all server handlers.

# Type aliases

AddPetJSONBody defines parameters for AddPet.
AddPetJSONRequestBody defines body for AddPet for application/json ContentType.