Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientOption ¶
func GetClientOption(hostport string, namespace string, logger *zapadapter.ZapAdapter) (client.Options, error)
GetClientOption takes hostport: host:port of the Temporal server namespace: namespace to use logger: a zap logger
func GetTLSClientOption ¶
func GetTLSClientOption(hostport string, namespace string, logger *zapadapter.ZapAdapter, serverRootCACert string, clientCert string, clientKey string, serverName string, insecureSkipVerify bool) (client.Options, error)
GetTLSClientOption takes hostport: host:port of the Temporal server namespace: namespace to use logger: a zap logger serverRootCACert: path to the server's root CA cert clientCert: path to the client's cert clientKey: path to the client's key serverName: server name to use for verifying the server's certificate insecureSkipVerify: skip verification of the server's certificate and host name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.