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 represents an Azure Storage object.
func NewAzureBlobStorage ¶
func NewAzureBlobStorage(container string, object string) *AzureBlobStorage
NewAzureBlobStorage returns an Azure storage item given a container and an object path.
func (*AzureBlobStorage) Load ¶
func (s *AzureBlobStorage) Load() ([]byte, error)
Load downloads an object from a bucket and returns an error if it cannot be read.
func (*AzureBlobStorage) Save ¶
func (s *AzureBlobStorage) Save(b []byte) error
Save uploads an object to a bucket and returns an error if it cannot be written.
Click to show internal directories.
Click to hide internal directories.