mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Circumvent https://github.com/ugorji/go/issues/142
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user