add cache for groups and clients, http sending message remains to be add

This commit is contained in:
2026-03-15 14:15:24 +01:00
parent 76fbb8b970
commit c97b21a39e
7 changed files with 166 additions and 89 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ import (
)
type User struct {
MemberGroupsId []uint32
Name string
Password string
Color string
Color [3]byte
Id uint32
IsPasswordHashed bool
}