Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCACertNotLoad = errors.New("could not load CA certificate")
View Source
var ErrClientConnNotFound = errors.New("no client connection was initialized")
Functions ¶
This section is empty.
Types ¶
type Configs ¶
type Configs struct { ServerListenAddress string `json:"server_listen_address"` ServerCertsDir string `json:"server_certs_dir"` ClientRemoteAddress string `json:"client_remote_address"` ClientCertFile string `json:"client_cert_dir"` ClientRetryMax uint `json:"client_retry_max"` ClientBreakerFailureRatio float64 `json:"client_breaker_failure_ratio"` // normalized between 0.0 and 1.0 }
Click to show internal directories.
Click to hide internal directories.