# Functions
NewClient initializes new Client defined by OAS.
NewOptBool returns new OptBool with value set to v.
NewOptString returns new OptString with value set to v.
WithClient specifies http client to use.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Structs
Client implements OAS client.
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
UpdateNoteNoContent is response for UpdateNote operation.
UpdateNoteParams is parameters of updateNote operation.
# Interfaces
ClientOption is client config option.
Option is config option.
SecuritySource is provider of security values (tokens, passwords, etc.).
# Type aliases
HeaderToken is header base authorization with pre-shared token.
No description provided by the author