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

Method GlobalStrategyList

controller/strategy/iml.go:166–169  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string, driver string, page string, pageSize string, order string, sort string, filters string)

Source from the content-addressed store, hash-verified

164}
165
166func (i *imlStrategyController) GlobalStrategyList(ctx *gin.Context, keyword string, driver string, page string, pageSize string, order string, sort string, filters string) ([]*strategy_dto.StrategyItem, int64, error) {
167
168 return i.search(ctx, keyword, strategy_dto.ToScope(strategy_dto.ScopeGlobal), "", driver, page, pageSize, order, sort, filters)
169}
170
171func (i *imlStrategyController) CreateGlobalStrategy(ctx *gin.Context, driver string, input *strategy_dto.Create) error {
172 input.Driver = driver

Callers

nothing calls this directly

Calls 1

searchMethod · 0.95

Tested by

no test coverage detected