changes...
This commit is contained in:
parent
41944884b4
commit
ab4b53fd40
26 changed files with 600 additions and 51 deletions
|
|
@ -1,18 +0,0 @@
|
|||
package dto
|
||||
|
||||
import (
|
||||
"58team_blog/internal/application/common"
|
||||
"58team_blog/internal/interfaces/api/responses"
|
||||
)
|
||||
|
||||
func ResponseFromPostResult(result *common.PostResult) responses.PostResponse {
|
||||
return responses.PostResponse{
|
||||
Id: result.Id.String(),
|
||||
UserId: result.UserId.String(),
|
||||
Title: result.Title,
|
||||
Description: result.Description,
|
||||
Content: result.Content,
|
||||
CreatedAt: result.CreatedAt,
|
||||
UpdatedAt: result.UpdatedAt,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue