(ctx context.Context, uuid ...string)
| 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 | } |
| 22 | |
| 23 | func init() { |
no outgoing calls
no test coverage detected