Versions in this module Expand all Collapse all v1 v1.0.0 Feb 21, 2020 Changes in this version + func BlobExists(ctx context.Context, blobName string, containerURL *azblob.ContainerURL) (bool, error) + func ContainerExists(ctx context.Context, containerURL *azblob.ContainerURL) (bool, error) + func GetBlobURL(ctx context.Context, ...) (string, error) + func GetBlockBlob(ctx context.Context, blobName string, containerURL *azblob.ContainerURL) ([]byte, error) + func IsBlobNotFound(err error) bool + func IsContainerNotFound(err error) bool + func IsInvalidConfig(err error) bool + func IsNotFound(err error) bool + func IsStorageAccountNotFound(err error) bool + func IsWrongTypeError(err error) bool + func ListBlobs(ctx context.Context, containerURL *azblob.ContainerURL) (*azblob.ListBlobsFlatSegmentResponse, error) + func PutBlockBlob(ctx context.Context, blobName string, payload string, ...) (azblob.BlockBlobURL, error)