# Functions
NewOptBool returns new OptBool with value set to v.
NewOptString returns new OptString 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
DeleteNoteNoContent is response for DeleteNote operation.
DeleteNoteParams is parameters of deleteNote operation.
Ref: #/components/schemas/draft.
No description provided by the author
Ref: #/components/schemas/note.
OptBool is optional bool.
OptString is optional string.
No description provided by the author
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
UpdateNoteNoContent is response for UpdateNote operation.
UpdateNoteParams is parameters of updateNote operation.
# Interfaces
Handler handles operations described by OpenAPI v3 specification.
Option is config option.
SecurityHandler is handler for security parameters.
ServerOption is server config option.
# Type aliases
ErrorHandler is error handler.
No description provided by the author
Middleware is middleware type.