Merge pull request #121 from Jimdo/etcd_auth

Add support for etcd authentication
This commit is contained in:
Alexandre Beslic 2016-04-04 14:49:35 -07:00
commit 2d3c380c0f

View file

@ -46,6 +46,8 @@ type Config struct {
ConnectionTimeout time.Duration
Bucket string
PersistConnection bool
Username string
Password string
}
// ClientTLSConfig contains data for a Client TLS configuration in the form