example08

package
v0.0.0-...-9208485 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityInput

type ActivityInput struct {
	A int
	B int
}

type ActivityOutput

type ActivityOutput struct {
	Result int
}

func Activity08

func Activity08(ctx context.Context, input ActivityInput) (ActivityOutput, error)

type WorkflowInput

type WorkflowInput struct {
	A int
	B int
}

type WorkflowOutput

type WorkflowOutput struct {
	Result int
}

func Workflow

func Workflow(ctx workflow.Context, input WorkflowInput) (WorkflowOutput, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL