(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string)
| 99 | } |
| 100 | |
| 101 | func (s *imlServiceGet[T, E]) CountByGroup(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string) (map[string]int64, error) { |
| 102 | return s.store.CountByGroup(ctx, keyword, condition, groupBy) |
| 103 | } |
no outgoing calls
no test coverage detected