mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
refactor: added func to remove secrets from store
This commit is contained in:
parent
9e831914df
commit
35cf2222a0
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