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