...
|
...
|
@@ -59,6 +59,7 @@ func NewArticle(article *domain.Article) types.ArticleSearchMe { |
|
|
CreatedAt: article.CreatedAt,
|
|
|
CountLove: article.CountLove,
|
|
|
CountComment: article.CountComment,
|
|
|
CountRead: article.CountRead,
|
|
|
Show: int(article.Show),
|
|
|
}
|
|
|
return articleSearchMe
|
...
|
...
|
|