mirror of https://github.com/status-im/consul.git
Catch up to a few renames
This commit is contained in:
parent
dc291e4027
commit
ee95c55d88
|
@ -28,7 +28,7 @@ func GetBufferedLogger() *log.Logger {
|
||||||
type fauxConnPool struct {
|
type fauxConnPool struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *fauxConnPool) TestConsulServer(server *server_details.ServerDetails) bool {
|
func (s *fauxConnPool) PingConsulServer(server *server_details.ServerDetails) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ func GetBufferedLogger() *log.Logger {
|
||||||
type fauxConnPool struct {
|
type fauxConnPool struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *fauxConnPool) TestConsulServer(server *server_details.ServerDetails) bool {
|
func (s *fauxConnPool) PingConsulServer(server *server_details.ServerDetails) bool {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue