# Packages

Code generated by protoc-gen-go_temporal.

# Functions

Goodbye signals a running workflow to exit.
Goodbye signals a running workflow to exit.
Hello prints a friendly greeting and waits for goodbye.
Hello prints a friendly greeting and waits for goodbye.
NewExampleCli initializes a cli for a(n) example.helloworld.v1.Example service.
NewExampleCliCommand initializes a cli command for a example.helloworld.v1.Example service with subcommands for each query, signal, update, and workflow.
NewExampleClient initializes a new example.helloworld.v1.Example client.
NewExampleClientOptions initializes a new exampleClientOptions value.
NewExampleClientWithOptions initializes a new Example client with the given options.
NewExampleCliOptions initializes a new ExampleCliOptions value.
No description provided by the author
NewGoodbyeSignal initializes a new example.helloworld.v1.Example.Goodbye signal wrapper.
NewHelloChildOptions initializes a new HelloChildOptions value.
NewHelloOptions initializes a new HelloOptions value.
NewTestExampleClient initializes a new TestExampleClient value.
RegisterExampleActivities registers activities with a worker.
RegisterExampleWorkflows registers example.helloworld.v1.Example workflows with the given worker.
RegisterHelloWorkflow registers a example.helloworld.v1.Example.Hello workflow with the given worker.
UnmarshalCliFlagsToGoodbyeRequest unmarshals a GoodbyeRequest from command line flags.
UnmarshalCliFlagsToHelloRequest unmarshals a HelloRequest from command line flags.
WithExampleSchemeTypes registers all Example protobuf types with the given scheme.

# Constants

ExampleTaskQueue is the default task-queue for a example.helloworld.v1.Example worker.
example.helloworld.v1.Example signal names.
example.helloworld.v1.Example workflow names.

# Variables

No description provided by the author
Hello prints a friendly greeting and waits for goodbye.
example.helloworld.v1.Example workflow id expressions.

# Structs

ExampleCliOptions describes runtime configuration for example.helloworld.v1.Example cli.
No description provided by the author
GoodbyeSignal describes a(n) example.helloworld.v1.Example.Goodbye signal.
HelloChildOptions provides configuration for a child example.v1.Hello workflow operation.
HelloChildRun describes a child Hello workflow run.
HelloOptions provides configuration for a example.v1.Hello workflow operation.
HelloRequest describes the input to a Hello workflow.
HelloResponse describes the output from a Hello workflow.
HelloWorkflowInput describes the input to a(n) example.v1.Hello workflow constructor.
TestClient provides a testsuite-compatible Client.

# Interfaces

ExampleActivities describes available worker activities.
ExampleClient describes a client for a(n) example.helloworld.v1.Example worker.
ExampleWorkflowFunctions describes a mockable dependency for inlining workflows within other workflows.
ExampleWorkflows provides methods for initializing new example.helloworld.v1.Example workflow values.
HelloRun describes a(n) example.v1.Hello workflow run.
Hello prints a friendly greeting and waits for goodbye workflow details: (name: "example.v1.Hello", id: "hello/${! name.or("World") }").