Documentation
¶
Index ¶
- type Client
- func (c *Client) Delete(ctx context.Context, path string) error
- func (c *Client) Get(ctx context.Context, path string, v interface{}) error
- func (c *Client) Post(ctx context.Context, path string, v interface{}) error
- func (c *Client) Put(ctx context.Context, path string, v interface{}) error
- func (c *Client) PutBinary(ctx context.Context, path string, data []byte) error
- type ResponseError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.