# Functions
LabelerFromContext retrieves the Labeler from the provided context, if present.
NewClient initializes new Client defined by OAS.
NewOptOneLevelObject returns new OptOneLevelObject 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.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client implements OAS client.
ComplicatedParameterNameGetOK is response for ComplicatedParameterNameGet operation.
ComplicatedParameterNameGetParams is parameters of GET /complicatedParameterName operation.
No description provided by the author
ContentParametersParams is parameters of contentParameters operation.
CookieParameterParams is parameters of cookieParameter operation.
HeaderParameterParams is parameters of headerParameter operation.
Labeler is used to allow adding custom attributes to the server request metrics.
ObjectCookieParameterParams is parameters of objectCookieParameter operation.
No description provided by the author
ObjectQueryParameterParams is parameters of objectQueryParameter operation.
Ref: #/components/schemas/OneLevelObject.
OptionalArrayParameterParams is parameters of optionalArrayParameter operation.
OptOneLevelObject is optional OneLevelObject.
PathParameterParams is parameters of pathParameter operation.
Route is route object.
SameNameOK is response for SameName operation.
SameNameParams is parameters of sameName operation.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
SimilarNamesOK is response for SimilarNames operation.
SimilarNamesParams is parameters of similarNames operation.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
Ref: #/components/schemas/User.
Ref: #/components/schemas/Value.
# Interfaces
ClientOption is client config option.
Handler handles operations described by OpenAPI v3 specification.
Invoker invokes operations described by OpenAPI v3 specification.
Option is config option.
ServerOption is server config option.
# Type aliases
ErrorHandler is error handler.
Middleware is middleware type.
No description provided by the author