mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-25 00:06:46 +00:00
Add Weave peers view
This commit is contained in:
@@ -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