MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlProviderModelService

Struct imlProviderModelService

service/ai-model/iml.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var _ IProviderModelService = (*imlProviderModelService)(nil)
14
15type imlProviderModelService struct {
16 universally.IServiceGet[ProviderModel]
17 universally.IServiceCreate[ProviderModel]
18 universally.IServiceDelete
19 store ai.IProviderModelStore `autowired:""`
20}
21
22func (i *imlProviderModelService) CountMapByProvider(ctx context.Context, conditions map[string]interface{}) (map[string]int64, error) {
23 return i.store.CountByGroup(ctx, "", conditions, "provider")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected