Documentation ¶
Index ¶
- func Auth(c *gin.Context)
- func Courses(c *gin.Context)
- func CreateQuestion(c *gin.Context)
- func CreateUser(c *gin.Context)
- func DeleteQuestion(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func GetQuestions(c *gin.Context)
- func LogList(c *gin.Context)
- func Parser(c *gin.Context)
- func Plat(c *gin.Context)
- func Proxy(c *gin.Context)
- func Search(c *gin.Context)
- func UpdateQuestions(c *gin.Context)
- func UploadFile(c *gin.Context)
- func UserInfo(c *gin.Context)
- func UserList(c *gin.Context)
- func UserLogin(c *gin.Context)
- type Page
- type SearchValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Page ¶
type Page struct { PageNo int `json:"pageNo" form:"pageNo"` PageSize int `json:"pageSize" form:"pageSize"` Total int64 `json:"total" form:"total"` Items []*entity.Tiku `json:"items" form:"items"` }
Page 分页
type SearchValue ¶
type SearchValue struct { PageNo int `json:"pageNo" form:"pageNo"` PageSize int `json:"pageSize" form:"pageSize"` Source int32 `json:"source" form:"source"` Extra string `json:"extra" form:"extra"` OnlyShowEmptyAnswer bool `json:"onlyShowEmptyAnswer" form:"onlyShowEmptyAnswer"` Question string `json:"question" form:"question"` CourseName string `json:"courseName" form:"courseName"` Type int32 `json:"type" form:"type"` Plat int32 `json:"plat" form:"plat"` }
SearchValue 搜索参数
Click to show internal directories.
Click to hide internal directories.