summaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
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
}