# Packages
Code generated by protoc-gen-go_temporal.
# Functions
CreateFoo creates a new foo operation.
CreateFoo creates a new foo operation.
NewCreateFooChildOptions initializes a new CreateFooChildOptions value.
NewCreateFooOptions initializes a new CreateFooOptions value.
NewExampleCli initializes a cli for a(n) example.xns.v1.Example service.
NewExampleCliCommand initializes a cli command for a example.xns.v1.Example service with subcommands for each query, signal, update, and workflow.
NewExampleClient initializes a new example.xns.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
NewNotifyActivityOptions initializes a new NotifyActivityOptions value.
NewNotifyLocalActivityOptions initializes a new NotifyLocalActivityOptions value.
NewProvisionFooChildOptions initializes a new ProvisionFooChildOptions value.
NewProvisionFooOptions initializes a new ProvisionFooOptions value.
NewSetFooProgressSignal initializes a new example.xns.v1.Example.SetFooProgress signal wrapper.
NewTestExampleClient initializes a new TestExampleClient value.
NewTestXnsClient initializes a new TestXnsClient value.
NewUpdateFooProgressOptions initializes a new UpdateFooProgressOptions value.
NewXnsCli initializes a cli for a(n) example.xns.v1.Xns service.
NewXnsCliCommand initializes a cli command for a example.xns.v1.Xns service with subcommands for each query, signal, update, and workflow.
NewXnsClient initializes a new example.xns.v1.Xns client.
NewXnsClientOptions initializes a new xnsClientOptions value.
NewXnsClientWithOptions initializes a new Xns client with the given options.
NewXnsCliOptions initializes a new XnsCliOptions value.
No description provided by the author
Notify sends a notification.
Notify sends a notification.
Notify sends a notification.
Notify sends a notification.
ProvisionFooChild executes a child example.xns.v1.Xns.ProvisionFoo workflow and blocks until error or response received.
ProvisionFooChildAsync starts a child example.xns.v1.Xns.ProvisionFoo workflow and returns a handle to the child workflow run.
RegisterCreateFooWorkflow registers a example.xns.v1.Example.CreateFoo workflow with the given worker.
RegisterExampleActivities registers activities with a worker.
RegisterExampleWorkflows registers example.xns.v1.Example workflows with the given worker.
RegisterNotifyActivity registers a example.xns.v1.Example.Notify activity.
RegisterProvisionFooWorkflow registers a example.xns.v1.Xns.ProvisionFoo workflow with the given worker.
RegisterXnsActivities registers activities with a worker.
RegisterXnsWorkflows registers example.xns.v1.Xns workflows with the given worker.
SetFooProgress sets the current status of a CreateFoo operation.
SetFooProgress sets the current status of a CreateFoo operation.
UnmarshalCliFlagsToCreateFooRequest unmarshals a CreateFooRequest from command line flags.
UnmarshalCliFlagsToProvisionFooRequest unmarshals a ProvisionFooRequest from command line flags.
UnmarshalCliFlagsToSetFooProgressRequest unmarshals a SetFooProgressRequest from command line flags.
WithExampleSchemeTypes registers all Example protobuf types with the given scheme.
WithXnsSchemeTypes registers all Xns protobuf types with the given scheme.
# Constants
example.xns.v1.Example workflow names.
ExampleTaskQueue is the default task-queue for a example.xns.v1.Example worker.
No description provided by the author
No description provided by the author
No description provided by the author
example.xns.v1.Example query names.
example.xns.v1.Example activity names.
example.xns.v1.Xns workflow names.
example.xns.v1.Example signal names.
example.xns.v1.Example update names.
XnsTaskQueue is the default task-queue for a example.xns.v1.Xns worker.
# Variables
CreateFoo creates a new foo operation.
example.xns.v1.Example workflow id expressions.
No description provided by the author
Enum value maps for Foo_Status.
Enum value maps for Foo_Status.
ProvisionFooFunction implements a "example.xns.v1.Xns.ProvisionFoo" workflow.
example.xns.v1.Xns workflow id expressions.
example.xns.v1.Example update id expressions.
# Structs
CreateFooChildOptions provides configuration for a child example.xns.v1.Example.CreateFoo workflow operation.
CreateFooChildRun describes a child CreateFoo workflow run.
CreateFooOptions provides configuration for a example.xns.v1.Example.CreateFoo workflow operation.
CreateFooRequest describes the input to a CreateFoo workflow.
SampleWorkflowWithMutexResponse describes the output from a CreateFoo workflow.
CreateFooWorkflowInput describes the input to a(n) example.xns.v1.Example.CreateFoo workflow constructor.
ExampleCliOptions describes runtime configuration for example.xns.v1.Example cli.
Foo describes an illustrative foo resource.
GetFooProgressResponse describes the output from a GetFooProgress query.
NotifyActivityOptions provides configuration for a(n) example.xns.v1.Example.Notify activity.
NotifyFuture describes a(n) example.xns.v1.Example.Notify activity execution.
NotifyLocalActivityOptions provides configuration for a(n) example.xns.v1.Example.Notify activity.
NotifyRequest describes the input to a Notify activity.
ProvisionFooChildOptions provides configuration for a child example.xns.v1.Xns.ProvisionFoo workflow operation.
ProvisionFooChildRun describes a child ProvisionFoo workflow run.
ProvisionFooOptions provides configuration for a example.xns.v1.Xns.ProvisionFoo workflow operation.
ProvisionFooRequest describes the input to a ProvisionFoo workflow.
SampleWorkflowWithMutexResponse describes the output from a ProvisionFoo workflow.
ProvisionFooWorkflowInput describes the input to a(n) example.xns.v1.Xns.ProvisionFoo workflow constructor.
SetFooProgressRequest describes the input to a SetFooProgress signal.
SetFooProgressSignal describes a(n) example.xns.v1.Example.SetFooProgress signal.
TestClient provides a testsuite-compatible Client.
TestClient provides a testsuite-compatible Client.
UpdateFooProgressOptions provides configuration for a example.xns.v1.Example.UpdateFooProgress update operation.
XnsCliOptions describes runtime configuration for example.xns.v1.Xns cli.
# Interfaces
CreateFooRun describes a(n) example.xns.v1.Example.CreateFoo workflow run.
CreateFoo creates a new foo operation
workflow details: (name: "example.xns.v1.Example.CreateFoo", id: "create-foo/${! name.slug() }").
ExampleActivities describes available worker activities.
ExampleClient describes a client for a(n) example.xns.v1.Example worker.
ExampleWorkflowFunctions describes a mockable dependency for inlining workflows within other workflows.
ExampleWorkflows provides methods for initializing new example.xns.v1.Example workflow values.
ProvisionFooRun describes a(n) example.xns.v1.Xns.ProvisionFoo workflow run.
ProvisionFooWorkflow describes a(n) example.xns.v1.Xns.ProvisionFoo workflow implementation
workflow details: (id: "provision-foo/${! name.slug() }").
UpdateFooProgressHandle describes a(n) example.xns.v1.Example.UpdateFooProgress update handle.
XnsActivities describes available worker activities.
XnsClient describes a client for a(n) example.xns.v1.Xns worker.
XnsWorkflowFunctions describes a mockable dependency for inlining workflows within other workflows.
XnsWorkflows provides methods for initializing new example.xns.v1.Xns workflow values.
# Type aliases
No description provided by the author