Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddComment ¶
AddComment 事务形式添加评论 @since 0.0.1
func FindComment ¶
FindComment 查找文章评论 @since 0.0.1
Types ¶
type FormAPIAddComment ¶
type FormAPIAddComment struct { CommentContent string `form:"commentContent"` CommentPostID uint64 `form:"commentPostID"` }
FormAPIAddComment 添加评论表单 @since 0.0.1
type FormAPIFindComment ¶
type FormAPIFindComment struct {
PostID uint64 `form:"postID"`
}
FormAPIFindComment 查看评论表单 @since 0.0.1
Click to show internal directories.
Click to hide internal directories.