Documentation ¶ Index ¶ type DefaultTemporalProvider func (DefaultTemporalProvider) NewClient(hostPort string, namespace string) (client.Client, func(), error) type TemporalProvider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DefaultTemporalProvider ¶ type DefaultTemporalProvider struct { } func (DefaultTemporalProvider) NewClient ¶ func (DefaultTemporalProvider) NewClient(hostPort string, namespace string) (client.Client, func(), error) NewClient implements TemporalProvider.NewClient type TemporalProvider ¶ type TemporalProvider interface { // NewClient returns a Temporal Client and a clean up function NewClient(string, string) (client.Client, func(), error) } Source Files ¶ View all Source files provider.go Directories ¶ Show internal Expand all Path Synopsis mocks Click to show internal directories. Click to hide internal directories.