diff options
Diffstat (limited to 'config/templates.go')
-rw-r--r-- | config/templates.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/templates.go b/config/templates.go index 40e7e450..97ba89b8 100644 --- a/config/templates.go +++ b/config/templates.go @@ -108,3 +108,5 @@ func (d *dummyData) Role() string { return "inbox" } func (d *dummyData) Style(string, string) string { return "" } func (d *dummyData) StyleSwitch(string, ...models.Case) string { return "" } + +func (d *dummyData) StyleMap([]string, ...models.Case) []string { return []string{} } |