package
Version:
v0.0.0-...-3c0c84d
Opens a new window with list of versions in this module.
Published: Feb 13, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PasswordChange struct {
Token string `json:"token"`
Old string `json:"old"`
New string `json:"new"`
}
type RestaurantForm struct {
Token string `json:"token"`
Restaurant Restaurant `json:"restaurant"`
}
type Token struct {
Token string `json:"token"`
}
type UserLogin struct {
Username string `json:"username"`
Password string `json:"password"`
}
type UserRegister struct {
Username string `json:""`
Password string `json:""`
Code string `json:""`
Key string `json:""`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.