Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureBlobStorage ¶
type AzureBlobStorage struct {
// contains filtered or unexported fields
}
AzureBlobStorage allows saving blobs to an Azure Blob Storage account
func NewAzureBlobStorage ¶
func NewAzureBlobStorage() *AzureBlobStorage
NewAzureBlobStorage returns a new Azure Blob Storage instance
func (*AzureBlobStorage) Init ¶
func (a *AzureBlobStorage) Init(metadata bindings.Metadata) error
Init performs metadata parsing
func (*AzureBlobStorage) Write ¶
func (a *AzureBlobStorage) Write(req *bindings.WriteRequest) error
Click to show internal directories.
Click to hide internal directories.