(ctx context.Context, id string)
| 16 | type IStrategyModule interface { |
| 17 | Search(ctx context.Context, keyword string, driver string, scope strategy_dto.Scope, target string, page int, pageSize int, filters []string, order ...string) ([]*strategy_dto.StrategyItem, int64, error) |
| 18 | Get(ctx context.Context, id string) (*strategy_dto.Strategy, error) |
| 19 | Create(ctx context.Context, i *strategy_dto.Create) error |
| 20 | Edit(ctx context.Context, id string, i *strategy_dto.Edit) error |
| 21 | Enable(ctx context.Context, id string) error |
no outgoing calls
no test coverage detected