Documentation
¶
Overview ¶
Package create contains the use case for creating WDL bundles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct {
MainWDLPath string
DependenciesZipPath string
Dependencies []string
TotalFiles int
}
Output represents the output of the bundle creation use case.
type UseCase ¶
type UseCase struct{}
UseCase handles WDL bundle creation.
Click to show internal directories.
Click to hide internal directories.