Method
EditStrategy
(ctx *gin.Context, id string, input *strategy_dto.Edit)
Source from the content-addressed store, hash-verified
| 197 | } |
| 198 | |
| 199 | func (i *imlStrategyController) EditStrategy(ctx *gin.Context, id string, input *strategy_dto.Edit) error { |
| 200 | return i.strategyModule.Edit(ctx, id, input) |
| 201 | } |
| 202 | |
| 203 | func (i *imlStrategyController) EnableStrategy(ctx *gin.Context, id string) error { |
| 204 | return i.strategyModule.Enable(ctx, id) |
Callers
nothing calls this directly
Tested by
no test coverage detected