Versions in this module Expand all Collapse all v0 v0.1.3 Jul 31, 2026 v0.1.2 Jul 31, 2026 v0.1.1 Jul 31, 2026 v0.1.0 Jul 31, 2026 Changes in this version + type Bloom struct + func NewBloom(n int, p float64) *Bloom + func UnmarshalBloom(data []byte) (*Bloom, error) + func (b *Bloom) Add(key string) + func (b *Bloom) Marshal() []byte + func (b *Bloom) Test(key string) bool + type Manifest struct + Artifacts int + BloomFP float64 + DigestB int + Keys int + Prefix int + Schema string + type Source struct + func Open(dir string) (*Source, error) + func (s *Source) Lookup(_ context.Context, keys []string) ([]channels.PriorArt, error) + type Stats struct + Artifacts int + DigestBytes int + Entries int + Keys int + Prefix int + Shards int + TreeBytes int + Views int + func Add(dir string, envs []*artifact.Envelope) (Stats, error) + func Generate(dir string, envs []*artifact.Envelope) (Stats, error) + type VerifyReport struct + Artifacts int + Failures []string + Keys int + func Verify(dir string) (VerifyReport, error) + func (r VerifyReport) OK() bool