Documentation ¶ Index ¶ func ListHandler(c *gin.Context) type ListReq Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListHandler ¶ func ListHandler(c *gin.Context) Types ¶ type ListReq ¶ type ListReq struct { req.PaginationReq Like req.LikeReq `json:"like"` Where struct { State *int `json:"state"` Role string `json:"role"` } `json:"where"` } Source Files ¶ View all Source files account.go Click to show internal directories. Click to hide internal directories.