temporal

package
v0.0.0-...-5ed2604 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTemporalCloudNamespaceClient

func GetTemporalCloudNamespaceClient(input *GetTemporalCloudNamespaceClientInput) (client.Client, error)

Types

type GetTemporalCloudNamespaceClientInput

type GetTemporalCloudNamespaceClientInput struct {
	// The temporal cloud namespace to connect to (required) for e.g. "prod.a2dd6"
	Namespace string `required:"true"`
	// The temporal cloud namespace's grpc endpoint address, defaults to '<namespace>.tmprl.cloud:7233'
	GRPCEndpoint string

	// The TLS cert and key file paths
	// Read more about TLS in Temporal here: https://docs.temporal.io/cloud/certificates
	TLSCertFilePath string `required:"true"`
	TLSKeyFilePath  string `required:"true"`

	// The logger to use for the client, defaults to no logging
	Logger log.Logger
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL