Documentation ¶
Index ¶
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"` }
SearchValue 搜索参数
Click to show internal directories.
Click to hide internal directories.