Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAzureStorage ¶
func NewAzureStorage(accountName string, accountKey string, containerName string) storageabstraction.IFileStorage
NewAzureStorage instantiates a new azur storage connector
func NewAzureStorageFromUrl ¶ added in v0.0.5
func NewAzureStorageFromUrl(storageURL, containerName, accountName, accountKey string) storageabstraction.IFileStorage
Types ¶
type AzureFileInfo ¶ added in v0.0.5
func (*AzureFileInfo) IsDir ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) IsDir() bool
func (*AzureFileInfo) ModTime ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) ModTime() time.Time
func (*AzureFileInfo) Mode ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) Mode() fs.FileMode
func (*AzureFileInfo) Name ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) Name() string
func (*AzureFileInfo) Size ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) Size() int64
func (*AzureFileInfo) Sys ¶ added in v0.0.5
func (fileInfo *AzureFileInfo) Sys() any
type AzureStorageConfig ¶ added in v0.0.3
type AzureStorageConfig struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.