Documentation ¶
Index ¶
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(key string) error
Delete is used to permanently delete an entry
func (*AzureBackend) Get ¶
func (a *AzureBackend) Get(key string) (*physical.Entry, error)
Get is used to fetch an entry
Click to show internal directories.
Click to hide internal directories.