Documentation ¶ Overview ¶ Package blueprint provides functions for packaging Enapter blueprints into zip archives, with support for .blueprintignore files. Index ¶ func Zip(fsys fs.FS) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Zip ¶ func Zip(fsys fs.FS) ([]byte, error) Zip creates a zip archive from the blueprint directory at the given filesystem root. It respects .blueprintignore patterns (gitignore syntax). The .blueprintignore file itself is excluded from the archive. Types ¶ This section is empty. Source Files ¶ View all Source files zip.go Click to show internal directories. Click to hide internal directories.