# Functions
NewOptFloat64 returns new OptFloat64 with value set to v.
NewOptInt64 returns new OptInt64 with value set to v.
NewServer creates new Server.
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.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Structs
Ref: #/components/schemas/batch.
DeleteNamespaceNoContent is response for DeleteNamespace operation.
DeleteNamespaceParams is parameters of deleteNamespace operation.
DeleteNoContent is response for Delete operation.
DeleteParams is parameters of delete operation.
GetNotFound is response for Get operation.
No description provided by the author
GetOKHeaders wraps GetOK with response headers.
GetParams is parameters of get operation.
No description provided by the author
KeysParams is parameters of keys operation.
OptFloat64 is optional float64.
OptInt64 is optional int64.
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
SetNoContent is response for Set operation.
SetParams is parameters of set operation.
No description provided by the author
SetReqWithContentType wraps SetReq with Content-Type.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
# Interfaces
No description provided by the author
Handler handles operations described by OpenAPI v3 specification.
Option is config option.
SecurityHandler is handler for security parameters.
ServerOption is server config option.