(ctx context.Context, uuid string)
| 12 | Save(ctx context.Context, target string, h *H) error |
| 13 | Latest(ctx context.Context, target ...string) ([]*Commit[H], error) |
| 14 | Get(ctx context.Context, uuid string) (*Commit[H], error) |
| 15 | List(ctx context.Context, uuids ...string) ([]*Commit[H], error) |
| 16 | } |
| 17 | type StoreWidthType[H any] struct { |