Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityInput ¶
type ActivityInput struct {
Number int
}
type ActivityOutput ¶
type ActivityOutput struct {
Even bool
}
func Activity ¶
func Activity(ctx context.Context, input ActivityInput) (ActivityOutput, error)
type WorkflowInput ¶
type WorkflowInput struct {
Numbers []int
}
type WorkflowOutput ¶
func Workflow ¶
func Workflow(ctx workflow.Context, input WorkflowInput) (WorkflowOutput, error)
Click to show internal directories.
Click to hide internal directories.