(ctx context.Context, number string)
| 80 | } |
| 81 | |
| 82 | func (s *smsRepository) Count(ctx context.Context, number string) int { |
| 83 | return s.cache.Count(ctx, number) |
| 84 | } |
| 85 | |
| 86 | func (s *smsRepository) IncrCnt(ctx context.Context, number string) error { |
| 87 | return s.cache.IncrCnt(ctx, number) |