Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetSecret(ctx context.Context, ref smv1alpha1.RemoteReference) ([]byte, error) GetSecretMap(ctx context.Context, ref smv1alpha1.RemoteReference) (map[string][]byte, error) }
Client is a common interface for interacting with SecretStore backends
Click to show internal directories.
Click to hide internal directories.