Documentation ¶
Index ¶
- Variables
- func NewAzureBackend(conf map[string]string, logger log.Logger) (physical.Backend, error)
- type AzureBackend
- func (a *AzureBackend) Delete(ctx context.Context, key string) error
- func (a *AzureBackend) Get(ctx context.Context, key string) (*physical.Entry, error)
- func (a *AzureBackend) List(ctx context.Context, prefix string) ([]string, error)
- func (a *AzureBackend) Put(ctx context.Context, entry *physical.Entry) error
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxBlobSize = 1024 * 1024 * 4
MaxBlobSize at this time
Functions ¶
Types ¶
type AzureBackend ¶
type AzureBackend struct {
// contains filtered or unexported fields
}
AzureBackend is a physical backend that stores data within an Azure blob container.
func (*AzureBackend) Delete ¶
func (a *AzureBackend) Delete(ctx context.Context, key string) error
Delete is used to permanently delete an entry
Click to show internal directories.
Click to hide internal directories.