summaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
authorPaul Montag <pmontag@iseeme.com>2018-11-07 08:51:37 -0600
committerPaul Montag <pmontag@iseeme.com>2018-11-07 08:51:37 -0600
commit01381ea7603b12304064fcd01a49b1cc4434b4ca (patch)
tree386c29e73ec1d2d34633f6d76971e168f9bcbdb5 /template.go
parentbc10d22b451bd5ecfdc2d06dc12c1c7d94adb2d2 (diff)
Created helper functions for serialiation
Diffstat (limited to 'template.go')
-rw-r--r--template.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.go b/template.go
index 2b886ed..9abdf62 100644
--- a/template.go
+++ b/template.go
@@ -108,6 +108,7 @@ type Template interface {
Bytes() []byte
Images() map[string]*ImageInfoType
Templates() []Template
+ Serialize() ([]byte, error)
gob.GobDecoder
gob.GobEncoder
}