summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-13 22:56:41 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-27 23:17:45 +0100
commit79e9244dc9977c6ec6adc78631c0485efa9f60af (patch)
treeecb7d6e68603771ca53f79bd312b4f6a72af31d0 /store/store.go
parentabec097da19a56a73270a3e9b30198c07b1210ea (diff)
downloadchat-79e9244dc9977c6ec6adc78631c0485efa9f60af.tar.gz
chat-79e9244dc9977c6ec6adc78631c0485efa9f60af.tar.bz2
chat-79e9244dc9977c6ec6adc78631c0485efa9f60af.zip
allow to toggle features in backend
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/store/store.go b/store/store.go
index 338ae186f..36d991a15 100644
--- a/store/store.go
+++ b/store/store.go
@@ -186,4 +186,5 @@ type PreferenceStore interface {
GetCategory(userId string, category string) StoreChannel
GetAll(userId string) StoreChannel
PermanentDeleteByUser(userId string) StoreChannel
-}
+ FeatureToggle(feature, userId string) StoreChannel
+} \ No newline at end of file