mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
refactor: added func to remove secrets from store
This commit is contained in:
parent
5b79031afa
commit
932daeafe1
3 changed files with 24 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ type SecretStore interface {
|
|||
GetSecretByID(secretID string) (string, error)
|
||||
StoreSecretByID(secretID, secret string) error
|
||||
ListSecrets() (map[string]string, error)
|
||||
RemoveSecretByID(secretID string)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue