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

Method APIs

controller/ai/controller.go:29–29  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string, providerId string, start string, end string, page string, pageSize string, sortCondition string, asc string, models string, services string)

Source from the content-addressed store, hash-verified

27
28type IStatisticController interface {
29 APIs(ctx *gin.Context, keyword string, providerId string, start string, end string, page string, pageSize string, sortCondition string, asc string, models string, services string) ([]*ai_dto.APIItem, *ai_dto.Condition, int64, error)
30}
31
32func init() {

Callers 1

APIsMethod · 0.65

Implementers 3

imlAIApiModulemodule/ai/iml.go
imlMcpModulemodule/mcp/iml.go
imlStatisticControllercontroller/ai/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected