From 7e63d0fd19a7b9c3e43cfcd1c309aba4607cc423 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 10 Apr 2018 13:25:54 +0000 Subject: [PATCH] Comment --- render/render.go | 1 + 1 file changed, 1 insertion(+) diff --git a/render/render.go b/render/render.go index f58a93a4b..47a951a98 100644 --- a/render/render.go +++ b/render/render.go @@ -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.