package
Version:
v0.1.0-beta1
Opens a new window with list of versions in this module.
Published: Dec 19, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Endpoints []string `yaml:"endpoint"`
TLS struct {
Key string `yaml:"key"`
Cert string `yaml:"cert"`
CA string `yaml:"ca"`
} `yaml:"tls"`
Quorum bool `yaml:"quorum"`
Prefix string `yaml:"prefix"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.