Discover Packages
github.com/lmtani/pumbaa
internal
application
bundle
package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Jan 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package create contains the use case for creating WDL bundles.
type BundleUseCase struct{}
BundleUseCase handles WDL bundle creation.
New creates a new bundle creation use case.
Execute creates a WDL bundle with all dependencies.
It produces two files:
1. A main WDL file with imports rewritten to reference flattened paths
2. A ZIP file containing all dependencies (only if there are dependencies)
type Input struct {
MainWorkflowPath string
OutputPath string
}
Input represents the input for the bundle creation use case.
type Output struct {
MainWDLPath string
DependenciesZipPath string
Dependencies []string
TotalFiles int
}
Output represents the output of the bundle creation use case.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.