Documentation ¶
Index ¶
- type Client
- func (c *Client) GetContainer(name string) error
- func (c *Client) GetFile(container string, fileName string) ([]byte, error)
- func (c *Client) PutContainer(name string) error
- func (c *Client) PutContainerWithHeaders(name string, headers http.Header) error
- func (c *Client) PutFile(container string, fileName string, content []byte) error
- func (c *Client) PutReadAllContainer(name string) error
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
}
func (*Client) GetContainer ¶
func (*Client) PutContainer ¶
func (*Client) PutContainerWithHeaders ¶
func (*Client) PutReadAllContainer ¶
Click to show internal directories.
Click to hide internal directories.