Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretModifierBase64 ¶
type SecretModifierBase64 struct{}
SecretModifierBase64 is a modifier that encodes the secret value to a base64 string.
To use it, append the modifier `b64` to the given secret coordinates string:
plain://my-secret?b64
NOTE: This is "aliased" as `?b64e` by base64_encoder.SecretModifierBase64Encoder.
func (*SecretModifierBase64) Type ¶
func (s *SecretModifierBase64) Type() string
Click to show internal directories.
Click to hide internal directories.