WorkflowHandler handles workflow-related requests
| 52 | |
| 53 | // WorkflowHandler handles workflow-related requests |
| 54 | type WorkflowHandler struct { |
| 55 | store *store.Store |
| 56 | } |
| 57 | |
| 58 | // NewWorkflowHandler creates a new WorkflowHandler |
| 59 | func NewWorkflowHandler(st store.Store) *WorkflowHandler { |
nothing calls this directly
no outgoing calls
no test coverage detected