MCPcopy Create free account
hub / github.com/astercloud/aster / NewWorkflowHandler

Function NewWorkflowHandler

server/handlers/workflow.go:59–61  ·  view source on GitHub ↗

NewWorkflowHandler creates a new WorkflowHandler

(st store.Store)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected