Versions in this module Expand all Collapse all v0 v0.0.2 Sep 20, 2024 v0.0.1 Sep 14, 2024 Changes in this version + type Client struct + func New(clientID, clientSecret, tenantID string) (*Client, error) + func (x *Client) NewReader(ctx context.Context, storageAccountName, containerName, blobName string) (io.ReadCloser, error) + func (x *Client) NewWriter(ctx context.Context, storageAccountName, containerName, blobName string) (io.WriteCloser, error)