package
1.29.1
Repository: https://github.com/temporalio/sdk-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewProxy creates a proxy interceptor that calls the given invoker.
RunTestWorkflow executes a test workflow with a tracing interceptor.
No description provided by the author
Span creates a SpanInfo.

# Structs

CallRecordingInvoker is an Invoker that records all calls made to it before continuing normal invocation.
ProxyCall represents a call made to the proxy interceptor.
RecordedCall is a ProxyCall that also has results.
SpanInfo is information about a span.

# Interfaces

Invoker is an interface that is called for every intercepted call by a proxy.
TestTracer is an interceptor.Tracer that returns finished spans.

# Type aliases

InvokerFunc implements Invoker for a single function.