mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-12 10:58:37 -07:00
add man for lmdb storage
* update dependencies
This commit is contained in:
@@ -22,7 +22,7 @@ type Hook interface {
|
||||
// to check if it is operational. Used in frontend.Logic.
|
||||
//
|
||||
// It may be useful in cases when Hook performs foreign requests to
|
||||
// some external resources (i.e. storage) and `ping` request should
|
||||
// some external resources (e.g. storage) and `ping` request should
|
||||
// also check resource availability.
|
||||
type Pinger interface {
|
||||
Ping(ctx context.Context) error
|
||||
|
||||
Reference in New Issue
Block a user