summaryrefslogtreecommitdiffstats
path: root/output
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-06 13:40:06 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-27 15:43:56 +0200
commit254cd89c8e50f46bb733cc170a79e9d3089ae5a8 (patch)
tree03916d978d50a774f993aac615702a7631512d1f /output
parent10de077164501e18a253e7abb77af8824cfebb8a (diff)
hugolob: A first incorporation of output types in rendering
Diffstat (limited to 'output')
-rw-r--r--output/outputType.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/output/outputType.go b/output/outputType.go
index d79ab0590..222494b09 100644
--- a/output/outputType.go
+++ b/output/outputType.go
@@ -29,6 +29,8 @@ var (
}
)
+type Types []Type
+
// Type represents an output represenation, usually to a file on disk.
type Type struct {
// The Name is used as an identifier. Internal output types (i.e. HTML and RSS)