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