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

Method GetStrategyLogs

controller/strategy/strategy.go:37–37  ·  view source on GitHub ↗
(ctx *gin.Context, keyword string, strategyId string, start string, end string, limit string, offset string)

Source from the content-addressed store, hash-verified

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

Callers 1

GetStrategyLogsMethod · 0.65

Implementers 1

imlStrategyControllercontroller/strategy/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected