summaryrefslogtreecommitdiffstats
path: root/server/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/storage.go')
-rw-r--r--server/storage.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/storage.go b/server/storage.go
index 037c40f..1cb725f 100644
--- a/server/storage.go
+++ b/server/storage.go
@@ -16,4 +16,5 @@ type Storage interface {
SetPermission(data core.PermissionData) error
GetPermission(user, channel string) (core.PermissionData, error)
+ GetChannelUsers(channel string) ([]string, error)
}