Discover Packages
github.com/i2eco/ecology
appgo
model
trans
package
Version:
v0.0.0-...-8d6dda1
Opens a new window with list of versions in this module.
Published: Mar 3, 2020
License: Apache-2.0
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
Documentation
¶
type ReqOauthLogin struct {
Name string `json:"userName" binding:"required"`
Pwd string `json:"password" binding:"required"`
Type string `json:"type"`
}
type ReqPage struct {
Current int `json:"currentPage" form:"currentPage"`
PageSize int `json:"pageSize" form:"pageSize"`
Sort string `json:"sort" form:"sort"`
}
type RespOauthLogin struct {
CurrentAuthority string `json:"currentAuthority"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.