(ctx context.Context, providerId string, start, end int64, page, pageSize int, order string, apiIds ...string)
| 24 | type IAPIUseService interface { |
| 25 | SumByApis(ctx context.Context, providerId string, start, end int64, apiIds ...string) ([]*APIUse, error) |
| 26 | SumByApisPage(ctx context.Context, providerId string, start, end int64, page, pageSize int, order string, apiIds ...string) ([]*APIUse, int64, error) |
| 27 | Incr(ctx context.Context, incr *IncrAPIUse) error |
| 28 | } |
| 29 |
no outgoing calls
no test coverage detected