system ready for adding logging and registery

This commit is contained in:
GitProtogen
2026-03-11 14:10:16 +01:00
parent be0d46e256
commit f6df1b2028
3 changed files with 83 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type User struct {
IsPasswordHashed bool
}
type authConnection struct {
type AuthConnection struct {
connection *websocket.Conn
user User
}