Fix linter errors and update deps

This commit is contained in:
Daniel 2020-10-29 13:58:33 +01:00
parent 3f3305d8c2
commit 8a0c3a077c
9 changed files with 20 additions and 22 deletions

View file

@ -17,7 +17,7 @@ type Hook interface {
// the underlying storage. A PreGet hookd may be used to
// implement more advanced access control on database keys.
PreGet(dbKey string) error
// UsesPostGet should returnd true if the hook's PostGet
// UsesPostGet should return true if the hook's PostGet
// should be called after loading a database record from
// the underlying storage.
UsesPostGet() bool