We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PostDTO
1 parent 965a28c commit b74d22cCopy full SHA for b74d22c
internal/model/post.go
@@ -19,8 +19,6 @@ type PostDTO struct {
19
Title string `json:"title"`
20
Content string `json:"content"`
21
// length until 30
22
- Category string `json:"category"`
23
- Tags []string `json:"tags"`
24
- CreatedAt time.Time `json:"created_at"`
25
- UpdatedAt time.Time `json:"updated_at"`
+ Category string `json:"category"`
+ Tags []string `json:"tags"`
26
}
0 commit comments