Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrVaultURLMissing - this is the custom error, returned when vault url is missing ErrVaultURLMissing = errors.New("vault url is empty or missing") // ErrKeyMissing = this is the custom error, returned when the key is missing ErrKeyMissing = errors.New("key is empty or missing") // ErrKeyVersionMissing = this is the custom error, returned when the key version is missing ErrKeyVersionMissing = errors.New("key version is empty or missing") )
Functions ¶
This section is empty.
Types ¶
type KMS ¶ added in v0.0.4
type KMS struct {
// contains filtered or unexported fields
}
KMS struct represents Azure Key Vault
Click to show internal directories.
Click to hide internal directories.