fake

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeSecretManagerFactory

type FakeSecretManagerFactory struct {
	// contains filtered or unexported fields
}

func (FakeSecretManagerFactory) GetSecretStore

func (f FakeSecretManagerFactory) GetSecretStore() *FakeSecretStore

func (*FakeSecretManagerFactory) NewSecretManager

type FakeSecretStore

type FakeSecretStore struct {
	// contains filtered or unexported fields
}

func NewFakeSecretStore

func NewFakeSecretStore() *FakeSecretStore

func (FakeSecretStore) AssertHasValue

func (f FakeSecretStore) AssertHasValue(t *testing.T, location string, secretName string, secretKey string)

func (FakeSecretStore) AssertValueEquals

func (f FakeSecretStore) AssertValueEquals(t *testing.T, location string, secretName string, secretKey string, expectedValue string)

func (FakeSecretStore) GetSecret

func (f FakeSecretStore) GetSecret(location string, secretName string, secretKey string) (string, error)

func (FakeSecretStore) SetSecret

func (f FakeSecretStore) SetSecret(location string, secretName string, secretValue *secretstore.SecretValue) error

Jump to

Keyboard shortcuts

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