Module lock_keeper::types::database::secrets
source · Expand description
This module specifies our StoredSecret
type. Which is a general representation
of a secret to be stored in our database.
Modules§
Structs§
- Generic representation of a secret that is stored in a database. Databased implementors must be able to store and return
StoredSecret
s. So we make all fields in this struct public.