Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Login ¶
type Login struct {
Username string `form:"username" json:"username" xml:"username" binding:"required"`
Password string `form:"password" json:"password" xml:"password" binding:"required"`
Code string `form:"code" json:"code" xml:"code" binding:"required"`
UUID string `form:"uuid" json:"uuid" xml:"uuid" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.