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

Method SumByApisPage

service/ai-api/service.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, providerId string, start, end int64, page, pageSize int, order string, apiIds ...string)

Source from the content-addressed store, hash-verified

24type 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

Callers 1

APIsMethod · 0.65

Implementers 1

imlAPIUseServiceservice/ai-api/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected