Versions in this module Expand all Collapse all v0 v0.24.3 Jun 16, 2023 Changes in this version + type Bundle interface + BundleFormatVersion func() string + Document func() map[string]interface{} + Manifest func() interface{} + Modules func() map[string]*ast.Module + Provider func() data.Provider + SourceInfo func() SourceInfo + Validate func() error + type BundleSource string + type File struct + Info FileInfo + Raw []byte + type FileConsumer func(f File) error + type FileInfo struct + Checksum string + Path string + type FileProducer interface + Info func() SourceInfo + Produce func(consumer FileConsumer) error + type Manifest struct + BundleFormatVersion string + type Reader interface + Info func() SourceInfo + Manifest func() (*Manifest, error) + WalkFiles func(handler WalkFilesFunc) error + type SourceInfo struct + FileInfo FileInfo + SourceType SourceType + type SourceType string + type WalkFilesFunc func(path string, f io.Reader) error + type Writer interface + Write func(bundle Bundle) error