service backend
This commit is contained in:
8
api/pkg/model/commentp.go
Normal file
8
api/pkg/model/commentp.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
import "go.mongodb.org/mongo-driver/bson/primitive"
|
||||
|
||||
type CommentPreview struct {
|
||||
TaskRef primitive.ObjectID `json:"taskRef" bson:"taskRef"`
|
||||
CommentsCount int `json:"commentsCount" bson:"commentsCount"`
|
||||
}
|
||||
Reference in New Issue
Block a user