minimal register&login working

This commit is contained in:
arnaucube
2019-06-13 20:26:05 +02:00
parent f7a5bbb91e
commit 0cd29328b4
17 changed files with 348 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ type Resource struct {
type User struct {
Id string
Name string
Password string
Email string
Resources struct {
Metal Resource