✨ improve the functions related to commenting on images
This commit is contained in:
6
common/enum/comment_type.go
Normal file
6
common/enum/comment_type.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package enum
|
||||
|
||||
var (
|
||||
COMMENT = 0
|
||||
REPLY = 1
|
||||
)
|
5
common/enum/topic_type.go
Normal file
5
common/enum/topic_type.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package enum
|
||||
|
||||
var (
|
||||
CommentTopicType = 0
|
||||
)
|
Reference in New Issue
Block a user