isecrets

package
v1.202405300917.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2024 License: MIT Imports: 2 Imported by: 0

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 ISecretReader interface {
	ReadSecret(name string) (bb []byte, err error)
}

type SecretReaderMock

type SecretReaderMock struct {
	mock.Mock
}

func (*SecretReaderMock) ReadSecret

func (m *SecretReaderMock) ReadSecret(name string) (bb []byte, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL