Documentation ¶
Index ¶
- type AzureKeyVault
- func (v *AzureKeyVault) CreateSecret(ctx context.Context, domain string, name string, data []byte) (*vault.Secret, error)
- func (v *AzureKeyVault) DeleteSecret(ctx context.Context, domain string, name string) error
- func (v *AzureKeyVault) Secret(ctx context.Context, domain string, name string) (*vault.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureKeyVault ¶
type AzureKeyVault struct {
// contains filtered or unexported fields
}
func FromEnvironment ¶
func FromEnvironment() (*AzureKeyVault, error)
func (*AzureKeyVault) CreateSecret ¶
func (*AzureKeyVault) DeleteSecret ¶
Click to show internal directories.
Click to hide internal directories.