summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-23 15:52:59 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-23 15:52:59 -0700
commit00112cae5123b02eee79e8b991618ed5069e07b1 (patch)
treeba8862900e2ed84bd7f3b720227448e05fe88efa /store/store.go
parent985aebf86120188c2a14adfab39af7c4da3c1c9d (diff)
downloadchat-00112cae5123b02eee79e8b991618ed5069e07b1.tar.gz
chat-00112cae5123b02eee79e8b991618ed5069e07b1.tar.bz2
chat-00112cae5123b02eee79e8b991618ed5069e07b1.zip
Assiging first user system_admin role
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 7ba3e1d99..23580f452 100644
--- a/store/store.go
+++ b/store/store.go
@@ -103,6 +103,7 @@ type UserStore interface {
GetEtagForProfiles(teamId string) StoreChannel
UpdateFailedPasswordAttempts(userId string, attempts int) StoreChannel
GetForExport(teamId string) StoreChannel
+ GetTotalUsersCount() StoreChannel
}
type SessionStore interface {