package
Version:
v0.0.0-...-da0747f
Opens a new window with list of versions in this module.
Published: Dec 2, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Members Members `json:"members"`
TLSConfig *TLSConfig `json:"tlsConfig"`
}
type Member struct {
HostPort string `json:"hostPort"`
CertFile string `json:"certFile"`
}
type TLSConfig struct {
CertFile string `json:"certFile"`
KeyFile string `json:"keyFile"`
CaFile string `json:"caFile"`
ServerName string `json:"serverName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.