# Functions
No description provided by the author
No description provided by the author
NewClient initializes new Client defined by OAS.
NewOptFloat64 returns new OptFloat64 with value set to v.
NewOptInt64 returns new OptInt64 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
Ref: #/components/schemas/batch.
Client implements OAS client.
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
No description provided by the author
KeysParams is parameters of keys operation.
KV is simplified wrapper around client.
OptFloat64 is optional float64.
OptInt64 is optional int64.
SetNoContent is response for Set operation.
SetParams is parameters of set operation.
No description provided by the author
SetReqWithContentType wraps SetReq with Content-Type.
# Interfaces
ClientOption is client config option.
No description provided by the author
Option is config option.
SecuritySource is provider of security values (tokens, passwords, etc.).
# Type aliases
HeaderToken is header base authorization with pre-shared token.