15 lines
444 B
Go
15 lines
444 B
Go
package group
|
|
|
|
import blocks "bsm/full/protobuf"
|
|
|
|
type Empty = blocks.Empty
|
|
type FetchRequest = blocks.FetchRequest
|
|
type IdentRequest = blocks.IdentRequest
|
|
type VersionRequest = blocks.VersionRequest
|
|
type SearchRequest = blocks.SearchRequest
|
|
type StatusReply = blocks.DataStatusReply
|
|
type PostListReply = blocks.GroupPostListReply
|
|
type PostItem = blocks.GroupPostItem
|
|
type AttachItem = blocks.GroupAttachItem
|
|
type TagItem = blocks.GroupTagItem
|