mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-25 17:42:44 +00:00
@@ -0,0 +1,10 @@
|
||||
package store
|
||||
|
||||
import "context"
|
||||
|
||||
type Impl interface {
|
||||
GetInt(ctx context.Context, segments []string) (int, error)
|
||||
MultiGetInt(ctx context.Context, segments [][]string) ([]int, error)
|
||||
|
||||
Increment(ctx context.Context, segments []string) error
|
||||
}
|
||||
Reference in New Issue
Block a user