Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Secrets ¶
type Secrets interface { Load() interface{} EditPrompt() }
Secrets describes a set of encrypted secrets.
func NewSecrets ¶
func NewSecrets(contextName, filePath string, ops opz.Operations, defaultValues interface{}) Secrets
NewSecrets initializes a new Secrets.
Click to show internal directories.
Click to hide internal directories.