Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default kvstore HTTP client.
Functions ¶
This section is empty.
Types ¶
type Kvstore ¶
type Kvstore struct { Kv *kv.Client Transport runtime.ClientTransport }
Kvstore is a client for kvstore
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Kvstore
New creates a new kvstore client
func NewHTTPClient ¶
NewHTTPClient creates a new kvstore HTTP client.
func (*Kvstore) SetTransport ¶
func (c *Kvstore) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.