temporal

package
v0.4.0-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 6

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.

Jump to

Keyboard shortcuts

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