(ctx context.Context, number string)
| 27 | StoreVCode(ctx context.Context, smsID, number string, vCode string) error |
| 28 | Exist(ctx context.Context, number string) bool |
| 29 | Count(ctx context.Context, number string) int |
| 30 | IncrCnt(ctx context.Context, number string) error |
| 31 | ReleaseLock(ctx context.Context, number string) error |
| 32 | SendCode(ctx context.Context, number string) error |
no outgoing calls
no test coverage detected