Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // whether or not the workflow in hydrated IsHydrated(wf *wfv1.Workflow) bool // hydrate the workflow - doing nothing if it is already hydrated Hydrate(wf *wfv1.Workflow) error // dehydrate the workflow - doing nothing if already dehydrated Dehydrate(wf *wfv1.Workflow) error // hydrate the workflow using the provided nodes HydrateWithNodes(wf *wfv1.Workflow, nodes wfv1.Nodes) }
func New ¶
func New(offloadNodeStatusRepo sqldb.OffloadNodeStatusRepo) Interface
Click to show internal directories.
Click to hide internal directories.