refactor: add unified all service gateway
This commit is contained in:
@@ -253,13 +253,13 @@ const file_module_ec_market_proto_supply_proto_rawDesc = "" +
|
||||
"\x02id\x18\x0f \x01(\x05R\x02id\"Q\n" +
|
||||
"\vSupplyReply\x12\x14\n" +
|
||||
"\x05count\x18\x01 \x01(\x03R\x05count\x12,\n" +
|
||||
"\x04data\x18\x02 \x03(\v2\x18.market.MarketSupplyItemR\x04data2\xc2\x02\n" +
|
||||
"\x06Supply\x12A\n" +
|
||||
"\x06Create\x12\x18.market.MarketSupplyItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x127\n" +
|
||||
"\x03Get\x12\x14.blocks.IdentRequest\x1a\x18.market.MarketSupplyItem\"\x00\x12:\n" +
|
||||
"\x05Fetch\x12\x1a.blocks.MarketFetchRequest\x1a\x13.market.SupplyReply\"\x00\x12A\n" +
|
||||
"\x06Modify\x12\x18.market.MarketSupplyItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12=\n" +
|
||||
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00B%Z#bsm/full/module/ec/market/pb;marketb\x06proto3"
|
||||
"\x04data\x18\x02 \x03(\v2\x18.market.MarketSupplyItemR\x04data2\xfe\x02\n" +
|
||||
"\x06Supply\x12K\n" +
|
||||
"\x06Create\x12\x18.market.MarketSupplyItem\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12A\n" +
|
||||
"\x03Get\x12\x1e.ec_market_blocks.IdentRequest\x1a\x18.market.MarketSupplyItem\"\x00\x12D\n" +
|
||||
"\x05Fetch\x12$.ec_market_blocks.MarketFetchRequest\x1a\x13.market.SupplyReply\"\x00\x12K\n" +
|
||||
"\x06Modify\x12\x18.market.MarketSupplyItem\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12Q\n" +
|
||||
"\x06Delete\x12\x1e.ec_market_blocks.IdentRequest\x1a%.ec_market_blocks.IdentityStatusReply\"\x00B%Z#bsm/full/module/ec/market/pb;marketb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_ec_market_proto_supply_proto_rawDescOnce sync.Once
|
||||
@@ -277,22 +277,22 @@ var file_module_ec_market_proto_supply_proto_msgTypes = make([]protoimpl.Message
|
||||
var file_module_ec_market_proto_supply_proto_goTypes = []any{
|
||||
(*MarketSupplyItem)(nil), // 0: market.MarketSupplyItem
|
||||
(*SupplyReply)(nil), // 1: market.SupplyReply
|
||||
(*IdentRequest)(nil), // 2: blocks.IdentRequest
|
||||
(*MarketFetchRequest)(nil), // 3: blocks.MarketFetchRequest
|
||||
(*IdentityStatusReply)(nil), // 4: blocks.IdentityStatusReply
|
||||
(*IdentRequest)(nil), // 2: ec_market_blocks.IdentRequest
|
||||
(*MarketFetchRequest)(nil), // 3: ec_market_blocks.MarketFetchRequest
|
||||
(*IdentityStatusReply)(nil), // 4: ec_market_blocks.IdentityStatusReply
|
||||
}
|
||||
var file_module_ec_market_proto_supply_proto_depIdxs = []int32{
|
||||
0, // 0: market.SupplyReply.data:type_name -> market.MarketSupplyItem
|
||||
0, // 1: market.Supply.Create:input_type -> market.MarketSupplyItem
|
||||
2, // 2: market.Supply.Get:input_type -> blocks.IdentRequest
|
||||
3, // 3: market.Supply.Fetch:input_type -> blocks.MarketFetchRequest
|
||||
2, // 2: market.Supply.Get:input_type -> ec_market_blocks.IdentRequest
|
||||
3, // 3: market.Supply.Fetch:input_type -> ec_market_blocks.MarketFetchRequest
|
||||
0, // 4: market.Supply.Modify:input_type -> market.MarketSupplyItem
|
||||
2, // 5: market.Supply.Delete:input_type -> blocks.IdentRequest
|
||||
4, // 6: market.Supply.Create:output_type -> blocks.IdentityStatusReply
|
||||
2, // 5: market.Supply.Delete:input_type -> ec_market_blocks.IdentRequest
|
||||
4, // 6: market.Supply.Create:output_type -> ec_market_blocks.IdentityStatusReply
|
||||
0, // 7: market.Supply.Get:output_type -> market.MarketSupplyItem
|
||||
1, // 8: market.Supply.Fetch:output_type -> market.SupplyReply
|
||||
4, // 9: market.Supply.Modify:output_type -> blocks.IdentityStatusReply
|
||||
4, // 10: market.Supply.Delete:output_type -> blocks.IdentityStatusReply
|
||||
4, // 9: market.Supply.Modify:output_type -> ec_market_blocks.IdentityStatusReply
|
||||
4, // 10: market.Supply.Delete:output_type -> ec_market_blocks.IdentityStatusReply
|
||||
6, // [6:11] is the sub-list for method output_type
|
||||
1, // [1:6] is the sub-list for method input_type
|
||||
1, // [1:1] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user