7 lines
142 B
Go
7 lines
142 B
Go
package feed
|
|
|
|
type PostListReply = FeedPostListReply
|
|
type PostItem = FeedPostItem
|
|
type AttachItem = FeedAttachItem
|
|
type TagItem = FeedTagItem
|