Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crypter ¶
type Crypter interface { EncryptSecret(*dao.SecretRecord, string) (*dao.SecretRecord, error) DecryptSecret(*dao.SecretRecord) (*string, error) }
Crypter defines the interface to encrypt and decrypt secret records
Click to show internal directories.
Click to hide internal directories.