(ctx context.Context, number string)
| 16 | SetNX(ctx context.Context, number string, value interface{}, expiration time.Duration) (*redis.BoolCmd, error) |
| 17 | Exist(ctx context.Context, number string) bool |
| 18 | Count(ctx context.Context, number string) int |
| 19 | IncrCnt(ctx context.Context, number string) error |
| 20 | ReleaseLock(ctx context.Context, number string) error |
| 21 | } |
no outgoing calls
no test coverage detected