add man for lmdb storage

* update dependencies
This commit is contained in:
Lawrence, Rendall
2024-06-25 17:45:30 +03:00
parent 97eb79c81b
commit 5fa3b0431c
7 changed files with 379 additions and 53 deletions

View File

@@ -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