Documentation
¶
Index ¶
- type Client
- func (c *Client) Delete(ctx context.Context, blobName string) error
- func (c *Client) Get(ctx context.Context, blobName string, wr io.Writer) error
- func (c *Client) GetURL(ctx context.Context, blobName string) (string, error)
- func (c *Client) Put(ctx context.Context, blobName string, data io.Reader, size int64) error
- func (c *Client) Stat(ctx context.Context, blobName string) (bool, error)
- type SecretAzure
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
}
type SecretAzure ¶
Click to show internal directories.
Click to hide internal directories.