Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSecretModifierBase64DecoderFailedDecoding = fmt.Errorf("failed to decode base64 secret")
Functions ¶
This section is empty.
Types ¶
type SecretModifierBase64Decoder ¶
type SecretModifierBase64Decoder struct{}
SecretModifierBase64Decoder is a modifier that decodes a base64 string to a secret value.
To use it, append the modifier `b64d` to the given secret coordinates string:
plain://bXktc2VjcmV0?b64d
func (*SecretModifierBase64Decoder) Type ¶
func (s *SecretModifierBase64Decoder) Type() string
Click to show internal directories.
Click to hide internal directories.