This commit is contained in:
Alfonso Acosta
2016-02-16 23:12:24 +00:00
parent 9c368c4e84
commit bdc97d6e06

View File

@@ -14,6 +14,8 @@ import (
)
// NodeSummaryGroup is a topology-typed group of children for a Node.
// Skip codec-generation for this type to circumvent render/detailed/summary.go
// codecgen: skip
type NodeSummaryGroup struct {
Label string `json:"label"`
Nodes []NodeSummary `json:"nodes"`