Versions in this module Expand all Collapse all v0 v0.4.1 Feb 7, 2025 v0.4.0 Feb 7, 2025 Changes in this version + type Client struct + func New(containerName string, azureSecret SecretAzure) (*Client, error) + 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 struct + AccessToken string + ExpiryTimestamp time.Time