package
Version:
v0.0.0-...-8d187f3
Opens a new window with list of versions in this module.
Published: Oct 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExternalAPM struct {
Name string `yaml:"name"`
Addr string `yaml:"addr"`
Timeout time.Duration `default:"60s" yaml:"timeout"`
TLS *TLSConfig `yaml:"tls_config"`
}
type TLSConfig struct {
CAFile string `yaml:"ca-file"`
CertFile string `yaml:"cert-file"`
KeyFile string `yaml:"key-file"`
Insecure bool `yaml:"insecure"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.