temporalclient

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindAllEnv

func BindAllEnv(v *viper.Viper)

Types

type TemporalClientConfigFile

type TemporalClientConfigFile struct {
	// Temporal config options
	TemporalHostPort  string `mapstructure:"hostPort" json:"hostPort,omitempty" default:"127.0.0.1:7233"`
	TemporalNamespace string `mapstructure:"namespace" json:"namespace,omitempty" default:"default"`

	// TLS options
	TemporalClientTLSRootCA     string `mapstructure:"tlsRootCA" json:"tlsRootCA,omitempty"`
	TemporalClientTLSRootCAFile string `mapstructure:"tlsRootCAFile" json:"tlsRootCAFile,omitempty"`
	TemporalClientTLSCert       string `mapstructure:"tlsCert" json:"tlsCert,omitempty"`
	TemporalClientTLSCertFile   string `mapstructure:"tlsCertFile" json:"tlsCertFile,omitempty"`
	TemporalClientTLSKey        string `mapstructure:"tlsKey" json:"tlsKey,omitempty"`
	TemporalClientTLSKeyFile    string `mapstructure:"tlsKeyFile" json:"tlsKeyFile,omitempty"`
	TemporalTLSServerName       string `mapstructure:"tlsServerName" json:"tlsServerName,omitempty"`
}

Jump to

Keyboard shortcuts

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