| 126 | var _ IAPIUseService = (*imlAPIUseService)(nil) |
| 127 | |
| 128 | type imlAPIUseService struct { |
| 129 | store api.IAiAPIUseStore `autowired:""` |
| 130 | } |
| 131 | |
| 132 | func (i *imlAPIUseService) Incr(ctx context.Context, incr *IncrAPIUse) error { |
| 133 | info, err := i.store.First(ctx, map[string]interface{}{ |
nothing calls this directly
no outgoing calls
no test coverage detected