Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MaxBundleSize is the maximum total size of an extracted bundle (100MB). MaxBundleSize = 100 * 1024 * 1024 // MaxFileSize is the maximum size of a single file in a bundle (10MB). MaxFileSize = 10 * 1024 * 1024 )
View Source
const BundleFormatVersion = "1.0"
BundleFormatVersion is the current bundle format version.
Variables ¶
This section is empty.
Functions ¶
func Export ¶
Export creates a tar.gz bundle from a workflow's YAML content and workspace directory.
func ScanReferencedPaths ¶
func ScanReferencedPaths(cfg *config.WorkflowConfig) []string
ScanReferencedPaths examines a workflow config and returns relative paths that are explicitly referenced in module configurations.
Types ¶
Click to show internal directories.
Click to hide internal directories.