14 lines
404 B
Go
14 lines
404 B
Go
package cms
|
|
|
|
import blocks "bsm/full/protobuf"
|
|
|
|
type Empty = blocks.Empty
|
|
type FetchRequest = blocks.FetchRequest
|
|
type IdentRequest = blocks.IdentRequest
|
|
type VersionRequest = blocks.VersionRequest
|
|
type SearchRequest = blocks.CmsSearchRequest
|
|
type StatusReply = blocks.StatusReply
|
|
type CategoryItem = blocks.CmsCategoryItem
|
|
type TagsItem = blocks.CmsTagsItem
|
|
type AccessoryItem = blocks.CmsAccessoryItem
|