Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerConfigFile ¶
type OpenTelemetryConfigFile ¶
type TLSConfigFile ¶
type TLSConfigFile struct { // TLSStrategy can be "tls" or "mtls" TLSStrategy string `mapstructure:"tlsStrategy" json:"tlsStrategy,omitempty" default:"tls"` TLSCert string `mapstructure:"tlsCert" json:"tlsCert,omitempty"` TLSCertFile string `mapstructure:"tlsCertFile" json:"tlsCertFile,omitempty"` TLSKey string `mapstructure:"tlsKey" json:"tlsKey,omitempty"` TLSKeyFile string `mapstructure:"tlsKeyFile" json:"tlsKeyFile,omitempty"` TLSRootCA string `mapstructure:"tlsRootCA" json:"tlsRootCA,omitempty"` TLSRootCAFile string `mapstructure:"tlsRootCAFile" json:"tlsRootCAFile,omitempty"` }
Click to show internal directories.
Click to hide internal directories.