mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
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…
x
Reference in New Issue
Block a user