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(logger logger.Logger) *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) Invoke ¶
func (a *AzureBlobStorage) Invoke(req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*AzureBlobStorage) Operations ¶
func (a *AzureBlobStorage) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.