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