Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSecretNameIsBlank = errors.New("secret name is blank")
Functions ¶
This section is empty.
Types ¶
type ISecretReader ¶
type SecretReaderMock ¶
func (*SecretReaderMock) ReadSecret ¶
func (m *SecretReaderMock) ReadSecret(name string) (bb []byte, err error)
Click to show internal directories.
Click to hide internal directories.