mirror of
https://github.com/safing/portbase
synced 2026-05-01 21:21:23 +00:00
Fix linter errors and update deps
This commit is contained in:
parent
3f3305d8c2
commit
8a0c3a077c
9 changed files with 20 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue