Documentation ¶
Index ¶
- func AddBlockComment(jwtToken string, reqBody request.CommentReqBody, ...) (response.Comment, error)
- func DeleteBlockComment(jwtToken string, commentParam request.CommentIdParam) error
- func GetBlockComments(jwtToken string, commentParam request.CommentIdParam) ([]response.Comment, error)
- func UpdateBlockComment(jwtToken string, reqBody request.CommentReqBody, ...) (response.Comment, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBlockComment ¶
func AddBlockComment( jwtToken string, reqBody request.CommentReqBody, commentParam request.CommentIdParam, ) (response.Comment, error)
func DeleteBlockComment ¶
func DeleteBlockComment(jwtToken string, commentParam request.CommentIdParam) error
func GetBlockComments ¶
func UpdateBlockComment ¶
func UpdateBlockComment( jwtToken string, reqBody request.CommentReqBody, commentParam request.CommentIdParam, ) (response.Comment, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.