Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitEncryption ¶
func LoadFromYaml ¶
func ToDateTime ¶
Types ¶
type SymmetricEncryption ¶
type SymmetricEncryption interface { Encrypt(plaintext []byte) (string, error) Decrypt(ciphertext string) ([]byte, error) }
var Encryption SymmetricEncryption
Click to show internal directories.
Click to hide internal directories.