Login / logout

This commit is contained in:
Eden Kirin
2024-02-06 15:39:55 +01:00
parent 8ecfeb71e6
commit 75cded4054
12 changed files with 239 additions and 112 deletions

View File

@ -1,6 +1,9 @@
package types
type User struct {
Id string
Username string
Password string
FirstName string
LastName string
}