This commit is contained in:
Bryan Boreham
2018-04-10 13:25:54 +00:00
parent dd087cff01
commit 7e63d0fd19

View File

@@ -8,6 +8,7 @@ import (
// return another Node.
//
// If the output ID is blank, the node shall be omitted from the rendered topology.
// (we chose not to return an extra bool because it adds clutter)
type MapFunc func(report.Node) report.Node
// Renderer is something that can render a report to a set of Nodes.