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

Commit

Permalink
Update backend/vault/vault.go
Browse files Browse the repository at this point in the history
Co-Authored-By: eliastor <[email protected]>
  • Loading branch information
Yasss and eliastor authored Nov 7, 2018
1 parent 04f5b4f commit 34680c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +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 34680c3

Please sign in to comment.