Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { Get(string, string) (*api.SecretRecord, error) Save(*api.SecretRecord) (*api.SecretRecord, error) Revoke(string, string) error }
Store defines the secret store interface
Click to show internal directories.
Click to hide internal directories.