xrpc

package
v0.0.0-...-165bc0d Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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