MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Incr

Method Incr

service/ai-api/service.go:27–27  ·  view source on GitHub ↗
(ctx context.Context, incr *IncrAPIUse)

Source from the content-addressed store, hash-verified

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
30func init() {

Callers 1

HandleMessageMethod · 0.65

Implementers 1

imlAPIUseServiceservice/ai-api/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected