Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "datalift.service.temporal"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface { // GetConnection will connect to the server in order to check its capabilities on the first call. // Subsequent calls to GetConnection will return a cached client. GetConnection() (temporalclient.Client, error) }
Client exists to protect users from creating a connection during instantiation of a component, since Temporal's NewClient function has the side effect of connecting to the server. See https://github.com/temporalio/sdk-go/issues/753 for more details.
type ClientManager ¶
Click to show internal directories.
Click to hide internal directories.