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

Struct imlStrategyService

service/strategy/iml.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16var _ IStrategyService = (*imlStrategyService)(nil)
17
18type imlStrategyService struct {
19 store strategy.IStrategyStore `autowired:""`
20 commitService commit.ICommitService[Commit] `autowired:""`
21 universally.IServiceCreate[Create]
22 universally.IServiceEdit[Edit]
23}
24
25func (i *imlStrategyService) All(ctx context.Context, scope int, target string) ([]*Strategy, error) {
26 w := make(map[string]interface{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected