package
Version:
v0.0.0-...-61dbfe3
Opens a new window with list of versions in this module.
Published: Nov 26, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginUserForm struct {
UserName string `json:"username" binding:"gte=1,lte=20"`
Password string `json:"password" binding:"gte=1,lte=20"`
}
type RegisterUserForm struct {
LoginUserForm
RePassword string `json:"re_password" binding:"required,eqfield=Password"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.