Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiGroup ¶
type ApiGroup struct { CertReadingApi BooksApi }
type BooksApi ¶
type BooksApi struct{}
func (*BooksApi) CreateBooks ¶
func (*BooksApi) DeleteBooks ¶
type CertReadingApi ¶
type CertReadingApi struct { }
func (*CertReadingApi) AddReading ¶
func (cr *CertReadingApi) AddReading(c *gin.Context)
func (*CertReadingApi) DeleteReading ¶
func (cr *CertReadingApi) DeleteReading(c *gin.Context)
func (*CertReadingApi) EditReading ¶
func (cr *CertReadingApi) EditReading(c *gin.Context)
func (*CertReadingApi) GetReadingList ¶
func (cr *CertReadingApi) GetReadingList(ctx *gin.Context)
GetReadingList @Tags Gert @Summary 分页获取证书列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body systemReq.GetUserList true "页码, 每页大小" @Success 200 {object} response.Response{data=response.PageResult,msg=string} "分页获取用户列表,返回包括列表,总数,页码,每页数量" @Router /cert/getList [post]
Click to show internal directories.
Click to hide internal directories.