# Functions
NewClient initializes new Client defined by OAS.
NewOptInt32 returns new OptInt32 with value set to v.
NewOptString returns new OptString with value set to v.
NewOptURI returns new OptURI with value set to v.
NewServer creates new Server.
WithClient specifies http client to use.
WithErrorHandler specifies error handler to use.
WithMaxMultipartMemory specifies limit of memory for storing file parts.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithMethodNotAllowed specifies Method Not Allowed handler to use.
WithMiddleware specifies middlewares to use.
WithNotFound specifies Not Found handler to use.
WithPathPrefix specifies server path prefix.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Structs
No description provided by the author
Client implements OAS client.
No description provided by the author
CreatePetsCreated is response for CreatePets operation.
DeleteSessionOK is response for DeleteSession operation.
Ref: #/components/schemas/Error.
ErrorStatusCode wraps Error with StatusCode.
GetSessionOK is response for GetSession operation.
ListPetsParams is parameters of listPets operation.
OptInt32 is optional int32.
OptString is optional string.
OptURI is optional url.URL.
Ref: #/components/schemas/Pet.
PetsHeaders wraps Pets with response headers.
RedirectFound is response for Redirect operation.
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
ShowPetByIdParams is parameters of showPetById operation.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
# Interfaces
ClientOption is client config option.
No description provided by the author
Handler handles operations described by OpenAPI v3 specification.
Invoker invokes operations described by OpenAPI v3 specification.
Option is config option.
No description provided by the author
SecurityHandler is handler for security parameters.
SecuritySource is provider of security values (tokens, passwords, etc.).
ServerOption is server config option.
No description provided by the author
# Type aliases
ErrorHandler is error handler.
Middleware is middleware type.
No description provided by the author