Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 v0.0.1 Nov 25, 2025 Changes in this version + const SchemaName + func Constructor(paramsData json.RawMessage, mkSchema schema.Factory) (schema.Schema, error) + type Params struct + X schema.Spec + type Root []blobcache.CID + func ParseRoot(x []byte) (*Root, error) + func (r *Root) Sort() + func (r *Root) Unmarshal(data []byte) error + func (r Root) Marshal(out []byte) []byte + type Schema struct + X schema.Schema + func (sch *Schema) Merge(ctx context.Context, stores []schema.RO, srcs [][]byte, dst *[]byte) error + func (sch *Schema) ValidateChange(ctx context.Context, change schema.Change) error