Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct { ID string `json:"id"` UserID int64 `json:"user_id"` UserName string `json:"user_name"` VideoID string `json:"video_id"` Content string `json:"content"` CreateOn int64 `json:"created_on"` PageNum int PageSize int }
Comment 评论类
func (*Comment) AddComment ¶
AddComment 对视频新增评论
Click to show internal directories.
Click to hide internal directories.