add cache for groups and clients, http sending message remains to be add
This commit is contained in:
+2
-1
@@ -7,9 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type User struct {
|
||||
MemberGroupsId []uint32
|
||||
Name string
|
||||
Password string
|
||||
Color string
|
||||
Color [3]byte
|
||||
Id uint32
|
||||
IsPasswordHashed bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user