(ctx context.Context)
| 35 | Decrease(ctx context.Context, key string, value int64) (data int64, err error) |
| 36 | Del(ctx context.Context, key string) (err error) |
| 37 | Flush(ctx context.Context) (err error) |
| 38 | } |
| 39 | |
| 40 | var ( |
no outgoing calls
no test coverage detected