refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 3 additions and 3 deletions
Showing only changes of commit b3722384f8 - Show all commits

View File

@ -48,9 +48,9 @@ type SocialPostSellerInfo struct {
IsMine bool `json:"isMine"`
}
// ResponseDetailSocialPostAdminInfo ...
type ResponseDetailSocialPostAdminInfo struct {
SocialPosts SocialPostAdminInfo `json:"socialPosts"`
// ResponseListSocialPostAdminInfo ...
type ResponseListSocialPostAdminInfo struct {
SocialPosts []SocialPostAdminInfo `json:"socialPosts"`
}
type SocialPostAdminInfo struct {