Registration

This commit is contained in:
daru
2022-04-14 21:12:45 +02:00
parent cf70db1f96
commit 0cc4c3245f
5 changed files with 71 additions and 5 deletions

View File

@@ -2,6 +2,11 @@ package main
import "time"
type UserData struct {
Username string `json:"username"`
MalId int `json:"malId"`
}
type RegisterData struct {
Username string `json:"username"`
MalId int `json:"malId"`