MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / CountByGroup

Method CountByGroup

service/universally/get.go:101–103  ·  view source on GitHub ↗
(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string)

Source from the content-addressed store, hash-verified

99}
100
101func (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}

Callers 9

CountByAppMethod · 0.45
CountMapByProviderMethod · 0.45
ServiceCountByTeamMethod · 0.45
AppCountByTeamMethod · 0.45
CountMapByModelMethod · 0.45
CountMapByProviderMethod · 0.45
CountMapByProviderMethod · 0.45
CountMapByServiceMethod · 0.45
CountMapByServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected