🎨 update project structure
This commit is contained in:
10
service/comment_reply_service.go
Normal file
10
service/comment_reply_service.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package service
|
||||
|
||||
import "schisandra-cloud-album/model"
|
||||
|
||||
type CommentReplyService interface {
|
||||
CreateCommentReplyService(comment *model.ScaCommentReply) error
|
||||
UpdateCommentReplyCountService(replyId int64) error
|
||||
UpdateCommentLikesCountService(commentId int64, topicId string) error
|
||||
DecrementCommentLikesCountService(commentId int64, topicId string) error
|
||||
}
|
||||
Reference in New Issue
Block a user