mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Adding LANMembers to the Consul.Interface
This commit is contained in:
parent
7aa278e2ef
commit
0964285761
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user