README ¶ Steps to run this sample: You need a Temporal service running. See details in README.md Run the following command to start the worker go run helloworld/worker/main.go Run the following command to start the example go run helloworld/starter/main.go Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Activity(ctx context.Context, name string) (string, error) func Activity2(ctx context.Context, name string) (string, error) func Workflow(ctx workflow.Context, name string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Activity ¶ func Activity(ctx context.Context, name string) (string, error) func Activity2 ¶ func Activity2(ctx context.Context, name string) (string, error) func Workflow ¶ func Workflow(ctx workflow.Context, name string) (string, error) Workflow is a Hello World workflow definition. Types ¶ This section is empty. Source Files ¶ View all Source files helloworld.go Directories ¶ Show internal Expand all Path Synopsis starter worker Click to show internal directories. Click to hide internal directories.