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

Method PublishGlobalStrategy

controller/strategy/iml.go:178–180  ·  view source on GitHub ↗
(ctx *gin.Context, driver string)

Source from the content-addressed store, hash-verified

176}
177
178func (i *imlStrategyController) PublishGlobalStrategy(ctx *gin.Context, driver string) error {
179 return i.strategyModule.Publish(ctx, driver, strategy_dto.ScopeGlobal, "")
180}
181
182func (i *imlStrategyController) ServiceStrategyList(ctx *gin.Context, keyword string, serviceId string, driver string, page string, pageSize string, order string, sort string, filters string) ([]*strategy_dto.StrategyItem, int64, error) {
183

Callers

nothing calls this directly

Calls 1

PublishMethod · 0.65

Tested by

no test coverage detected