(ctx *gin.Context, keyword string, strategyId string, start string, end string, limit string, offset string)
| 35 | ToPublish(ctx *gin.Context, driver string) ([]*strategy_dto.ToPublishItem, string, string, bool, error) |
| 36 | |
| 37 | GetStrategyLogs(ctx *gin.Context, keyword string, strategyId string, start string, end string, limit string, offset string) ([]*strategy_dto.LogItem, int64, error) |
| 38 | LogInfo(ctx *gin.Context, id string) (*strategy_dto.LogInfo, error) |
| 39 | } |
| 40 |
no outgoing calls
no test coverage detected