Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetVideoListService ¶
type GetVideoListService struct { CategoryID *int `form:"category_id" json:"category_id" query:"category_id"` ChannelID *int64 `form:"channel_id" json:"channel_id" query:"channel_id"` Page int `form:"page" json:"page" query:"page"` Limit int `form:"limit" json:"limit" query:"limit"` }
func (*GetVideoListService) GetVideoList ¶
func (g *GetVideoListService) GetVideoList(c *gin.Context) *serializer.Response
Click to show internal directories.
Click to hide internal directories.