summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-05 17:33:45 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-05 17:33:45 -0700
commite26b77faf10c6ca18f12df573d36d4e4676ffcf9 (patch)
tree37dfcaba9f6f3047d4a2c1baec8dc6070cc3af0e /store/store.go
parentda61bb38ff04b4e93d952b37aae02fa43360aa49 (diff)
downloadchat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.tar.gz
chat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.tar.bz2
chat-e26b77faf10c6ca18f12df573d36d4e4676ffcf9.zip
PLT-518 check for security bulletins
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 887913bc6..fc088ce74 100644
--- a/store/store.go
+++ b/store/store.go
@@ -104,6 +104,7 @@ type UserStore interface {
UpdateFailedPasswordAttempts(userId string, attempts int) StoreChannel
GetForExport(teamId string) StoreChannel
GetTotalUsersCount() StoreChannel
+ GetSystemAdminProfiles() StoreChannel
}
type SessionStore interface {