Documentation
¶
Index ¶
- func NewAzureBlobStorage(args oss.OSSArgs) (oss.OSS, error)
- type AzureBlobStorage
- func (a *AzureBlobStorage) Delete(key string) error
- func (a *AzureBlobStorage) Exists(key string) (bool, error)
- func (a *AzureBlobStorage) List(prefix string) ([]oss.OSSPath, error)
- func (a *AzureBlobStorage) Load(key string) ([]byte, error)
- func (a *AzureBlobStorage) Save(key string, data []byte) error
- func (a *AzureBlobStorage) State(key string) (oss.OSSState, error)
- func (a *AzureBlobStorage) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureBlobStorage ¶
type AzureBlobStorage struct {
// contains filtered or unexported fields
}
func (*AzureBlobStorage) Delete ¶
func (a *AzureBlobStorage) Delete(key string) error
func (*AzureBlobStorage) List ¶
func (a *AzureBlobStorage) List(prefix string) ([]oss.OSSPath, error)
func (*AzureBlobStorage) Type ¶
func (a *AzureBlobStorage) Type() string
Click to show internal directories.
Click to hide internal directories.