Skip to content

Commit

Permalink
Merge pull request #33 from Keloran/Virtual-branch
Browse files Browse the repository at this point in the history
feat: Add GetSecrets method to VaultHelper interface
  • Loading branch information
Keloran authored Jun 30, 2024
2 parents f905993 + a293d51 commit 55041f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type VaultDetails struct {
}

type VaultHelper interface {
GetSecrets(path string) error
GetRemoteSecrets(path string) error
GetLocalSecrets(path string) error
GetSecret(key string) (string, error)
Expand Down

0 comments on commit 55041f1

Please sign in to comment.