Versions in this module Expand all Collapse all v1 v1.1.0 Apr 23, 2026 Changes in this version + func New(base storagev1.Storage, checker Checker) storagev1.Storage + type Checker interface + Marked func(ctx context.Context, id *object.ID, md *object.Metadata) (bool, error) + TrieAdd func(ctx context.Context, storePath string) + func NewChecker(kv storagev1.SharedKV, opts ...SharedKVOption) Checker + type SharedKVOption func(*checker) + func WithAutoClear(clear bool) SharedKVOption + func WithPrefix(prefix string) SharedKVOption