Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config contains configuration for workflow controller application
func NewWorkflowControllerConfig ¶
func NewWorkflowControllerConfig() *Config
NewWorkflowControllerConfig builds and returns a workflow controller Config
type WorkflowController ¶
type WorkflowController struct {
// contains filtered or unexported fields
}
WorkflowController contains all info to run the worklow controller app
func NewWorkflowControllerApp ¶
func NewWorkflowControllerApp(c *Config) *WorkflowController
NewWorkflowControllerApp initializes and returns a ready to run WorkflowController and CronWorkflowController
func (*WorkflowController) Run ¶
func (c *WorkflowController) Run()
Run executes the WorkflowController
Click to show internal directories.
Click to hide internal directories.