Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowContext ¶
type WorkflowContext struct { ResponseWriter http.ResponseWriter Request *http.Request Params httprouter.Params }
func NewWorkflowContext ¶
func NewWorkflowContext(w http.ResponseWriter, req *http.Request, params httprouter.Params) WorkflowContext
Click to show internal directories.
Click to hide internal directories.