Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("secret not found")
ErrNotFound indicates a secret can not be found.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) AddSecret ¶ added in v0.4.1
AddSecret adds the secret identified by user defined name with its plaintext value to the secret store.
func (*Store) GetSecret ¶
GetSecret returns the plaintext secret value.
Its argument may either be the user defined name originally specified within a SecretID, or a full SecretID value.
A user defined name will be received when secrets are used in a Dockerfile build.
In all other cases, a SecretID is expected.
func (*Store) SetGateway ¶
Click to show internal directories.
Click to hide internal directories.