package
Version:
v0.0.0-...-93b8502
Opens a new window with list of versions in this module.
Published: Oct 19, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Login struct {
UserName string `form:"username" json:"username" binding:"required,min=5"`
PassWord string `form:"password" json:"password" binding:"required,min=6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.