mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
[hw-8] add: repo layer
This commit is contained in:
9
comments/internal/domain/entity/comment.go
Normal file
9
comments/internal/domain/entity/comment.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package entity
|
||||
|
||||
type Comment struct {
|
||||
ID int64
|
||||
UserID int64
|
||||
SKU int64
|
||||
CreatedAt string
|
||||
Text string
|
||||
}
|
||||
Reference in New Issue
Block a user