(ctx context.Context, conditions map[string]interface{})
| 20 | } |
| 21 | |
| 22 | func (i *imlProviderModelService) CountMapByProvider(ctx context.Context, conditions map[string]interface{}) (map[string]int64, error) { |
| 23 | return i.store.CountByGroup(ctx, "", conditions, "provider") |
| 24 | } |
| 25 | |
| 26 | func (i *imlProviderModelService) Save(ctx context.Context, id string, model *Model) error { |
| 27 | userId := utils.UserId(ctx) |
nothing calls this directly
no test coverage detected