From 09642857618e5a3e005b3c964cd687bd02ce1302 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 21 Jan 2014 11:52:01 -0800 Subject: [PATCH] Adding LANMembers to the Consul.Interface --- consul/client.go | 1 + 1 file changed, 1 insertion(+) 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