summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-08 09:59:08 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-08 09:59:08 -0400
commita6629f95fe958d2a308e62b5f662f9eca7aea0b2 (patch)
treea87a1d9f26df52a4e9254cabe078f76c609c6d92 /store/store.go
parent7571d21f3200738199981c21b9466e0028d4fcbb (diff)
parentfea45ad0c570c32bd124abbf7256fae6e2a8bdf6 (diff)
downloadchat-a6629f95fe958d2a308e62b5f662f9eca7aea0b2.tar.gz
chat-a6629f95fe958d2a308e62b5f662f9eca7aea0b2.tar.bz2
chat-a6629f95fe958d2a308e62b5f662f9eca7aea0b2.zip
Merge pull request #944 from mattermost/PLT-518
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 {