Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionCommentReq ¶
type ActionCommentRes ¶
type Comment ¶
type Comment struct { // 与mongodb交互的Comment实体 CommentUuid string `json:"comment_uuid" bson:"commentUuid,omitempty"` CommentUserName string `json:"reviewer_userName" bson:"commentUserName,omitempty"` Content string `json:"content" bson:"content,omitempty"` CreateAt time.Time `json:"create_at" bson:"createAt,omitempty"` }
type CountCommentReq ¶
type CountCommentRes ¶
type ListCommentReq ¶
type ListCommentReq struct {
PollUuid string `form:"poll_uuid" json:"poll_uuid"`
}
Click to show internal directories.
Click to hide internal directories.