mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Add Weave peers view
This commit is contained in:
+9
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user