MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlStrategyModule

Struct imlStrategyModule

module/strategy/iml.go:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42var _ IStrategyModule = (*imlStrategyModule)(nil)
43
44type imlStrategyModule struct {
45 strategyService strategy.IStrategyService `autowired:""`
46 appService service.IServiceService `autowired:""`
47 logService log2.ILogService `autowired:""`
48 clusterService cluster.IClusterService `autowired:""`
49 transaction store.ITransaction `autowired:""`
50}
51
52func (i *imlStrategyModule) StrategyLogInfo(ctx context.Context, id string) (*strategy_dto.LogInfo, error) {
53 c, err := i.clusterService.Get(ctx, cluster.DefaultClusterID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected