system ready for adding logging and registery
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ type User struct {
|
||||
IsPasswordHashed bool
|
||||
}
|
||||
|
||||
type authConnection struct {
|
||||
type AuthConnection struct {
|
||||
connection *websocket.Conn
|
||||
user User
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user