Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAO ¶
type DAO interface { GetLatestVersion(string) (*SecretRecord, error) GetSecretRecord(string, int64) (*SecretRecord, error) PutSecretRecord(*SecretRecord) error RevokeSecretRecord(string, int64) error }
DAO defines the interface to interact with the Data Access Layer for accessing secrets
Click to show internal directories.
Click to hide internal directories.