package
Version:
v0.1.0-alpha.15
Opens a new window with list of versions in this module.
Published: Apr 24, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package etcdbk implements Etcd powered backend
FromJSON returns backend initialized from JSON-encoded string
FromObject initialized the backend from backend-specific string
New returns new instance of Etcd-powered backend
type Config struct {
Nodes []string `json:"nodes"`
Key string `json:"key"`
TLSKeyFile string `json:"tls_key_file"`
TLSCertFile string `json:"tls_cert_file"`
TLSCAFile string `json:"tls_ca_file"`
}
Config represents JSON config for etcd backend
Check checks if all the parameters are valid
Source Files
¶
Click to show internal directories.
Click to hide internal directories.