Versions in this module Expand all Collapse all v0 v0.11.1 Aug 7, 2026 Changes in this version + func Names() []string + func StripFrontmatter(md string) string + type Bundle struct + Body string + Description string + Files []BundleFile + Name string + type BundleFile struct + DownloadURL string + Path string + SizeBytes int64 + type FileWrite struct + Append bool + Content []byte + DownloadURL string + RelPath string + type Target interface + Name func() string + Path func(name string) string + Transform func(b Bundle) ([]FileWrite, error) + func Lookup(name string) (Target, error)