(ctx context.Context, scope string, target string, strategyIds ...string)
| 28 | GetStrategyCommit(ctx context.Context, commitId string) (*commit.Commit[Commit], error) |
| 29 | LatestStrategyCommit(ctx context.Context, scope string, target string, strategyId string) (*commit.Commit[Commit], error) |
| 30 | ListLatestStrategyCommit(ctx context.Context, scope string, target string, strategyIds ...string) ([]*commit.Commit[Commit], error) |
| 31 | ListStrategyCommit(ctx context.Context, commitIds ...string) ([]*commit.Commit[Commit], error) |
| 32 | } |
| 33 |
no outgoing calls
no test coverage detected