Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFieldFromVaultSecret ¶
func GetFieldFromVaultSecret(secret VaultSecret, field string) string
func ListSecrets ¶
Types ¶
type GenericSecret ¶
type GenericSecret struct {
X map[string]interface{}
}
type VaultField ¶
type VaultSecret ¶
type VaultSecret struct {
Fields []VaultField
}
func GetSecret ¶
func GetSecret(path string) VaultSecret
Click to show internal directories.
Click to hide internal directories.