✨ add comment and reply framework
This commit is contained in:
6
api/comment_api/dto/request_dto.go
Normal file
6
api/comment_api/dto/request_dto.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type CommentRequest struct {
|
||||
Content string `json:"content"`
|
||||
Images []string `json:"images"`
|
||||
}
|
Reference in New Issue
Block a user