remove unused code

This commit is contained in:
hzxuzhonghu 2018-03-20 18:50:19 +08:00
parent ea627f9875
commit fffa40552c

View File

@ -26,12 +26,6 @@ import (
const connectionTimeout = 1 * time.Second
type connection interface {
serverReachable(address string) bool
parseServerList(serverList []string) error
CheckEtcdServers() (bool, error)
}
// EtcdConnection holds the Etcd server list
type EtcdConnection struct {
ServerList []string