Versions in this module Expand all Collapse all v0 v0.1.0 Nov 5, 2023 Changes in this version + const HatchetDefaultQueueName + type Client struct + func NewTemporalClient(opts ...ClientOpt) (*Client, error) + func (c *Client) Close() + func (c *Client) GetClient(queueName string) (client.Client, error) + func (c *Client) GetDefaultQueueName() string + type ClientOpt func(*ClientOptions) + func WithCertFiles(clientCertFile, clientKeyFile string) ClientOpt + func WithCerts(clientCert, clientKey []byte) ClientOpt + func WithDefaultQueueName(queueName string) ClientOpt + func WithHostPort(hostPort string) ClientOpt + func WithNamespace(namespace string) ClientOpt + func WithRootCA(rootCA []byte) ClientOpt + func WithRootCAFile(rootCAFile string) ClientOpt + func WithTLSServerName(tlsServerName string) ClientOpt + type ClientOptions struct + ClientCert []byte + ClientCertFile string + ClientKey []byte + ClientKeyFile string + DefaultQueueName string + HostPort string + Namespace string + RootCA []byte + RootCAFile string + TLSServerName string