(ctx context.Context, scope string, target string, strategyId string, data *Strategy)
| 25 | Restore(ctx context.Context, id string) error |
| 26 | |
| 27 | CommitStrategy(ctx context.Context, scope string, target string, strategyId string, data *Strategy) error |
| 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) |
no outgoing calls
no test coverage detected