Versions in this module Expand all Collapse all v0 v0.19.0 Apr 24, 2026 Changes in this version + func FindWeights(fw FileWalker) ([]string, []string, error) + type FileWalker func(root string, walkFn filepath.WalkFunc) error + type Manifest struct + Files map[string]Metadata + func LoadManifest(filename string) (*Manifest, error) + func NewManifest() *Manifest + func (m *Manifest) AddFile(path string) error + func (m *Manifest) Equal(other *Manifest) bool + func (m *Manifest) Save(filename string) error + type Metadata struct + CRC32 string