Documentation ¶
Index ¶
Constants ¶
View Source
const ConnectionEnvironmentVariable = "AZURE_STORAGE_CONNECTION_STRING"
View Source
const PluginInterface = crudstore.PluginInterface + ".azure.blob"
Variables ¶
This section is empty.
Functions ¶
func NewPlugin ¶
func NewPlugin(cfg azureconfig.Config) plugin.Plugin
Types ¶
type CredentialSet ¶
type CredentialSet struct { Credential azblob.SharedKeyCredential Pipeline pipeline.Pipeline }
func GetCredentials ¶
func GetCredentials(cfg azureconfig.Config, l hclog.Logger) (CredentialSet, error)
type Store ¶
type Store struct { Container string CredentialSet // contains filtered or unexported fields }
Store implements the backing store for claims in azure blob storage
func NewStore ¶
func NewStore(cfg azureconfig.Config, l hclog.Logger) *Store
Click to show internal directories.
Click to hide internal directories.