added more stuff

This commit is contained in:
2024-05-12 00:53:08 +03:00
parent 2e773d3c7e
commit 44d75030aa
20 changed files with 934 additions and 832 deletions

View File

@@ -1,9 +1,9 @@
package models
type User struct {
Username string `json:"username"`
Email string `json:"email"`
MaxOwnedServers int `json:"maxed_owned_servers"`
Permissions Permission `json:"permissions"`
HashedPass string `json:"hashedPass"`
}
package models
type User struct {
Username string `json:"username"`
Email string `json:"email"`
MaxOwnedServers int `json:"maxed_owned_servers"`
Permissions Permission `json:"permissions"`
HashedPass string `json:"hashedPass"`
}