(ctx context.Context, uid string, partition string, cfg *Config)
| 16 | LatestCommit(ctx context.Context, uid string, clusterId string) (*commit.Commit[Config], error) |
| 17 | ListLatestCommit(ctx context.Context, clusterId string, serviceIds ...string) ([]*commit.Commit[Config], error) |
| 18 | SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error |
| 19 | GetCommit(ctx context.Context, uuid string) (*commit.Commit[Config], error) |
| 20 | ListCommit(ctx context.Context, uuid ...string) ([]*commit.Commit[Config], error) |
| 21 | } |
no outgoing calls
no test coverage detected