Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request heetch#49 from eliastor/fix/vault
Browse files Browse the repository at this point in the history
vault backend fix
  • Loading branch information
Yasss authored Jan 3, 2019
2 parents f584518 + 34680c3 commit 6257d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ func (b *Backend) Get(ctx context.Context, key string) ([]byte, error) {

return nil, backend.ErrNotFound
}

// Name returns the name of the backend.
func (b *Backend) Name() string {
return "vault"
}

0 comments on commit 6257d3a

Please sign in to comment.