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

Method DisableStrategy

controller/strategy/iml.go:207–209  ·  view source on GitHub ↗
(ctx *gin.Context, id string)

Source from the content-addressed store, hash-verified

205}
206
207func (i *imlStrategyController) DisableStrategy(ctx *gin.Context, id string) error {
208 return i.strategyModule.Disable(ctx, id)
209}
210
211func (i *imlStrategyController) DeleteStrategy(ctx *gin.Context, id string) error {
212 return i.strategyModule.Delete(ctx, id)

Callers

nothing calls this directly

Calls 1

DisableMethod · 0.65

Tested by

no test coverage detected