mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Prepare to filter node summaries post-render.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package detailed
|
||||
|
||||
import (
|
||||
"github.com/weaveworks/scope/report"
|
||||
)
|
||||
|
||||
// CensorNode ...
|
||||
func CensorNode(n Node, cfg report.CensorConfig) Node {
|
||||
return n
|
||||
}
|
||||
|
||||
// CensorNodeSummaries ...
|
||||
func CensorNodeSummaries(n NodeSummaries, cfg report.CensorConfig) NodeSummaries {
|
||||
return n
|
||||
}
|
||||
Reference in New Issue
Block a user