refactor: centralize protobuf and remove go-zero
This commit is contained in:
11
module/ec/mall/pb/blocks_compat.go
Normal file
11
module/ec/mall/pb/blocks_compat.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package mall
|
||||
|
||||
import blocks "bsm/full/protobuf"
|
||||
|
||||
type Empty = blocks.Empty
|
||||
type FetchRequest = blocks.MallFetchRequest
|
||||
type IdentRequest = blocks.IdentRequest
|
||||
type StoreSerialRequest = blocks.StoreSerialRequest
|
||||
type StatusReply = blocks.IdentityStatusReply
|
||||
type VersionRequest = blocks.VersionRequest
|
||||
type SearchRequest = blocks.SearchRequest
|
||||
Reference in New Issue
Block a user