summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-10 09:39:05 -0800
committer=Corey Hulen <corey@hulen.com>2016-03-10 09:39:05 -0800
commit6d21a339dc3aedd373faacd5163462c76263ab07 (patch)
tree3fcbe39b4268a5bb45d93992e7bff7e1788eadd7 /store/store.go
parentcbf84c8beaa0896daaf82ecdb63f236da4d64c0e (diff)
downloadchat-6d21a339dc3aedd373faacd5163462c76263ab07.tar.gz
chat-6d21a339dc3aedd373faacd5163462c76263ab07.tar.bz2
chat-6d21a339dc3aedd373faacd5163462c76263ab07.zip
PLT-2115 adding compliance feature to enterprise
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/store.go b/store/store.go
index b041cfa25..7aef18203 100644
--- a/store/store.go
+++ b/store/store.go
@@ -105,6 +105,7 @@ type PostStore interface {
AnalyticsUserCountsWithPostsByDay(teamId string) StoreChannel
AnalyticsPostCountsByDay(teamId string) StoreChannel
AnalyticsPostCount(teamId string, mustHaveFile bool, mustHaveHashtag bool) StoreChannel
+ ComplianceExport(startTime int64, endTime int64) StoreChannel
}
type UserStore interface {