diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/templates.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go index 77f6b787..a6a85371 100644 --- a/models/templates.go +++ b/models/templates.go @@ -59,6 +59,7 @@ type TemplateData interface { Style(string, string) string StyleSwitch(string, ...Case) string StyleMap([]string, ...Case) []string + Signature() string } type Case interface { |