Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CurrentUser ¶
func CurrentUser() string
Types ¶
type VaultService ¶
type VaultService interface { GetAll() ([]*apimodel.CredentialResponse, error) GetSecret(common.Identifier, string) (string, error) Save(*apimodel.CredentialCreate, string) error Delete(common.Identifier) error }
func NewVaultService ¶
func NewVaultService(s storage.CredentialStore) VaultService
Click to show internal directories.
Click to hide internal directories.