Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KMSConnection is the connection to the key management service // that's used to encrypt and decrypt secrets. KMSConnection string )
Functions ¶
Types ¶
type Ciphertext ¶
type Ciphertext []byte
func ParseCiphertext ¶
func ParseCiphertext(s string) (Ciphertext, error)
func (Ciphertext) MarshalJSON ¶
func (t Ciphertext) MarshalJSON() ([]byte, error)
func (Ciphertext) MarshalText ¶
func (t Ciphertext) MarshalText() ([]byte, error)
func (Ciphertext) String ¶
func (t Ciphertext) String() string
type Sensitive ¶
type Sensitive []byte
func (Sensitive) MarshalJSON ¶
func (Sensitive) MarshalText ¶
Click to show internal directories.
Click to hide internal directories.