13 lines
389 B
Go
13 lines
389 B
Go
package market
|
|
|
|
import blocks "bsm/full/protobuf"
|
|
|
|
type Empty = blocks.Empty
|
|
type FetchRequest = blocks.MarketFetchRequest
|
|
type IdentRequest = blocks.IdentRequest
|
|
type StoreSerialRequest = blocks.StoreSerialRequest
|
|
type StatusReply = blocks.IdentityStatusReply
|
|
type LoginReply = blocks.MarketLoginReply
|
|
type VersionRequest = blocks.VersionRequest
|
|
type SearchRequest = blocks.SearchRequest
|