Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type WorkflowClient ¶
type WorkflowClient struct {
WorkflowDir string
}
func NewWorkflowClient ¶
func NewWorkflowClient(workflowDir string) *WorkflowClient
func (*WorkflowClient) AddBoltToWorkflow ¶
func (w *WorkflowClient) AddBoltToWorkflow(workflowFileName string, jobsToBeBolted []string) error
func (*WorkflowClient) GetWorkflows ¶
func (w *WorkflowClient) GetWorkflows() ([]*Workflow, error)
Click to show internal directories.
Click to hide internal directories.