NewWorkflowHandler creates a new WorkflowHandler
(st store.Store)
| 57 | |
| 58 | // NewWorkflowHandler creates a new WorkflowHandler |
| 59 | func NewWorkflowHandler(st store.Store) *WorkflowHandler { |
| 60 | return &WorkflowHandler{store: &st} |
| 61 | } |
| 62 | |
| 63 | // Create creates a new workflow |
| 64 | func (h *WorkflowHandler) Create(c *gin.Context) { |
no outgoing calls
no test coverage detected