Documentation ¶
Overview ¶
Package workflow contains workflow domain objects. The domain objects will be moved to /internal/workflow at a later date when they are required/we transition to the new codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { ID string `yaml:"id"` Name string `yaml:"name"` Image string `yaml:"image"` Cmd string `yaml:"cmd"` Args []string `yaml:"args"` Env map[string]string `yaml:"env"` Volumes []string `yaml:"volumes"` NetworkNamespace string `yaml:"networkNamespace"` }
Action represents an individually runnable action.
Click to show internal directories.
Click to hide internal directories.