Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileJsonBackend ¶ added in v0.1.5
type FileJsonBackend struct { BackendId string Config FileJsonBackendConfig Secret map[string]string }
func NewFileJsonBackend ¶ added in v0.1.5
func NewFileJsonBackend(backendId string, bc map[string]interface{}) ( *FileJsonBackend, error)
func (*FileJsonBackend) GetSecretOutput ¶ added in v0.1.5
func (b *FileJsonBackend) GetSecretOutput(secretKey string) secret.SecretOutput
type FileJsonBackendConfig ¶ added in v0.1.5
type FileYamlBackend ¶
type FileYamlBackend struct { BackendId string Config FileYamlBackendConfig Secret map[string]string }
func NewFileYamlBackend ¶
func NewFileYamlBackend(backendId string, bc map[string]interface{}) ( *FileYamlBackend, error)
func (*FileYamlBackend) GetSecretOutput ¶
func (b *FileYamlBackend) GetSecretOutput(secretKey string) secret.SecretOutput
type FileYamlBackendConfig ¶
Click to show internal directories.
Click to hide internal directories.