mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
feat: add default secret to local store
This commit is contained in:
parent
c950532e88
commit
82e1c45036
5 changed files with 72 additions and 7 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package secrets
|
||||
|
||||
const DEFAULT_KEY = "default"
|
||||
|
||||
type SecretStore interface {
|
||||
GetSecretByID(secretID string) (string, error)
|
||||
StoreSecretByID(secretID, secret string) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue