mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-14 05:39:52 +01:00
Secret
This commit is contained in:
2
klotz.go
2
klotz.go
@@ -5,11 +5,13 @@ import "time"
|
||||
type UserData struct {
|
||||
Username string `json:"username"`
|
||||
MalId int `json:"malId"`
|
||||
Secret string `json:"secret"`
|
||||
}
|
||||
|
||||
type RegisterData struct {
|
||||
Username string `json:"username"`
|
||||
MalId int `json:"malId"`
|
||||
Secret string `json:"secret"`
|
||||
Sauce string `json:"sauce"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user