basic navigation and basic forms

This commit is contained in:
Florian Hoss 2022-03-30 14:54:01 +02:00
parent 9c6ddf6c60
commit faf460470e
27 changed files with 284 additions and 30 deletions

View file

@ -8,6 +8,7 @@ type Database struct {
}
type User struct {
ID int
Username string
Password string
}