aboutsummaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/templates.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/models/templates.go b/models/templates.go
index bdc93b9c..c07f3dbd 100644
--- a/models/templates.go
+++ b/models/templates.go
@@ -33,4 +33,10 @@ type TemplateData interface {
Recent(folders ...string) int
Unread(folders ...string) int
Exists(folders ...string) int
+ Connected() bool
+ ConnectionInfo() string
+ ContentInfo() string
+ StatusInfo() string
+ TrayInfo() string
+ PendingKeys() string
}