Documentation
¶
Index ¶
Constants ¶
View Source
const ( FinishedHandlerName string = "finished" FinishedHandlerType = handlerTypeUpdate )
View Source
const ( ReadyHandlerName string = "ready" ReadyHandlerType = handlerTypeUpdate )
View Source
const ExecuteUpdateName string = "execute"
View Source
const ValidateUpdateName string = "validate"
Variables ¶
This section is empty.
Functions ¶
func StartHandler ¶
func StartHandler(ctx workflow.Context, workflowID string, req HandlerRequest)
Types ¶
type ExecuteResponse ¶
type ExecuteResponse struct{}
type FinishedRequest ¶
type FinishedRequest struct{}
type FinishedResponse ¶
type FinishedResponse struct{}
type HandlerRequest ¶
type ReadyRequest ¶
type ReadyRequest struct{}
type ReadyResponse ¶
type ReadyResponse struct{}
type ValidateResponse ¶
type ValidateResponse struct{}
type Workflows ¶
type Workflows struct {
// contains filtered or unexported fields
}
func NewWorkflows ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.