Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
GetSecretOutput(string) secret.SecretOutput
}
type BackendConfigurations ¶
type Backends ¶
func NewBackends ¶
func (*Backends) GetSecretOutputs ¶
func (b *Backends) GetSecretOutputs(secrets []string) map[string]secret.SecretOutput
func (*Backends) InitBackend ¶
type ErrorBackend ¶
func NewErrorBackend ¶ added in v0.1.2
func NewErrorBackend(backendId string, e error) *ErrorBackend
func (*ErrorBackend) GetSecretOutput ¶
func (b *ErrorBackend) GetSecretOutput(secretKey string) secret.SecretOutput
Click to show internal directories.
Click to hide internal directories.