Don't stream Node.Chidren, because it is never used in the probe

Remove code dedicated to streaming NodeSet
This commit is contained in:
Bryan Boreham
2018-07-20 19:56:04 +00:00
parent 69e61cb362
commit 6dda67b11d
2 changed files with 1 additions and 42 deletions

View File

@@ -20,7 +20,7 @@ type Node struct {
Latest StringLatestMap `json:"latest,omitempty"`
Metrics Metrics `json:"metrics,omitempty" deepequal:"nil==empty"`
Parents Sets `json:"parents,omitempty"`
Children NodeSet `json:"children,omitempty"`
Children NodeSet `json:"-"`
}
// MakeNode creates a new Node with no initial metadata.