Documentation ¶ Index ¶ Variables func SetupLogger() func Start(mux *http.ServeMux) error Constants ¶ This section is empty. Variables ¶ View Source var WorkflowRegistry map[string]reflect.Type Functions ¶ func SetupLogger ¶ func SetupLogger() func Start ¶ func Start(mux *http.ServeMux) error Start boots the workflow engine and HTTP server. It expects engine.WorkflowRegistry to be populated by the caller before invocation. This call blocks until the HTTP server stops. Types ¶ This section is empty. Source Files ¶ View all Source files gopherflow.go Directories ¶ Show internal Expand all Path Synopsis core domain models workflow_helpers Click to show internal directories. Click to hide internal directories.