Adding LANMembers to the Consul.Interface

This commit is contained in:
Armon Dadgar 2014-01-21 11:52:01 -08:00
parent 7aa278e2ef
commit 0964285761

View File

@ -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