Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestRegistry ¶
type TestRegistry struct {
// contains filtered or unexported fields
}
func NewTestRegistry ¶
func NewTestRegistry() *TestRegistry
NewTestRegistry returns a singleton TestRegistry
func (*TestRegistry) GetEncrypter ¶ added in v0.11.27
func (tr *TestRegistry) GetEncrypter(refreshInterval time.Duration, s string) (secrets.Encryption, error)
type TestingSecretSource ¶
type TestingSecretSource struct {
// contains filtered or unexported fields
}
func (*TestingSecretSource) GetSecret ¶
func (s *TestingSecretSource) GetSecret() ([][]byte, error)
Click to show internal directories.
Click to hide internal directories.