diff --git a/consul/client.go b/consul/client.go index f1ec12e866..5935dd8668 100644 --- a/consul/client.go +++ b/consul/client.go @@ -18,6 +18,7 @@ import ( // Consul methods type Interface interface { RPC(method string, args interface{}, reply interface{}) error + LANMembers() []serf.Member } // Client is Consul client which uses RPC to communicate with the