aboutsummaryrefslogtreecommitdiff
path: root/hotline
diff options
context:
space:
mode:
Diffstat (limited to 'hotline')
-rw-r--r--hotline/client.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hotline/client.go b/hotline/client.go
index e75f77b..d7af920 100644
--- a/hotline/client.go
+++ b/hotline/client.go
@@ -31,6 +31,7 @@ type Client struct {
Pref *ClientPrefs
Handlers map[[2]byte]ClientHandler
activeTasks map[[4]byte]*Transaction
+ UserList []User
}
type ClientHandler func(context.Context, *Client, *Transaction) ([]Transaction, error)