Documentation ¶
Index ¶
- Constants
- func NewPlugin(cfg azureconfig.Config) plugin.Plugin
- type CredentialSet
- type Metadata
- type Plugin
- type Store
- func (s *Store) Count(itemType string, group string) (int, error)
- func (s *Store) Delete(itemType string, name string) error
- func (s *Store) List(itemType string, group string) ([]string, error)
- func (s *Store) Read(itemType string, name string) ([]byte, error)
- func (s *Store) Save(itemType string, group string, name string, data []byte) error
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)
Click to show internal directories.
Click to hide internal directories.