Add Weave peers view

This commit is contained in:
Alfonso Acosta
2016-10-24 15:33:30 +00:00
parent 405a705943
commit 8e4dfd7987
8 changed files with 73 additions and 10 deletions

View File

@@ -26,8 +26,15 @@ func (MockClient) Status() (weave.Status, error) {
Router: weave.Router{
Name: MockWeavePeerName,
Peers: []struct {
Name string
NickName string
Name string
NickName string
Connections []struct {
Name string
NickName string
Address string
Outbound bool
Established bool
}
}{
{
Name: MockWeavePeerName,