Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WorkflowRegistry map[string]func() core.Workflow
Functions ¶
func SetupLogger ¶
func SetupLogger()
Types ¶
type App ¶ added in v1.0.12
type App struct { DB *sql.DB Manager *engine.WorkflowManager Repos struct { Workflows *repository.WorkflowRepository Actions *repository.WorkflowActionRepository Executors *repository.ExecutorRepository Definitions *repository.WorkflowDefinitionRepository Users *repository.UserRepository } }
App wires together the workflow engine, repositories, and HTTP server.
Click to show internal directories.
Click to hide internal directories.