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 StoredSecrets. So we make all fields in this struct public.