Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { client.Options HostPort string `yaml:"host"` Namespace string `yaml:"namespace"` Queue string `yaml:"queue"` Auth *auth.AuthOptions `yaml:"auth"` Encryption *encryption.EncryptionOptions `yaml:"encryption"` TLSRootCAs string `yaml:"tls_root_cas"` }
Options allows to specify various configurations when connecting to Temporal.
Click to show internal directories.
Click to hide internal directories.