refactor: add unified all service gateway

This commit is contained in:
2026-08-10 10:03:46 +08:00
parent 5ea45a76fe
commit f994b2de9c
143 changed files with 2853 additions and 2129 deletions

View File

@@ -483,17 +483,17 @@ const file_module_ec_market_proto_agency_proto_rawDesc = "" +
"\x04data\x18\x02 \x03(\v2\x19.market.MarketAgenctyItemR\x04data\"F\n" +
"\x0eApproveRequest\x12\x18\n" +
"\aapprove\x18\x01 \x01(\x05R\aapprove\x12\x1a\n" +
"\bidentity\x18\x02 \x01(\tR\bidentity2\xca\x04\n" +
"\x06Agency\x129\n" +
"\x05Login\x12\x14.market.LoginRequest\x1a\x18.blocks.MarketLoginReply\"\x00\x12B\n" +
"\x06Create\x12\x19.market.MarketAgenctyItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x128\n" +
"\x03Get\x12\x14.blocks.IdentRequest\x1a\x19.market.MarketAgenctyItem\"\x00\x12:\n" +
"\x05Fetch\x12\x1a.blocks.MarketFetchRequest\x1a\x13.market.AgencyReply\"\x00\x12B\n" +
"\x06Modify\x12\x19.market.MarketAgenctyItem\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12=\n" +
"\x06Delete\x12\x14.blocks.IdentRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12H\n" +
"\vSetPassword\x12\x1a.market.SetPasswordRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00\x12<\n" +
"\aPending\x12\x1a.blocks.MarketFetchRequest\x1a\x13.market.AgencyReply\"\x00\x12@\n" +
"\aApprove\x12\x16.market.ApproveRequest\x1a\x1b.blocks.IdentityStatusReply\"\x00B%Z#bsm/full/module/ec/market/pb;marketb\x06proto3"
"\bidentity\x18\x02 \x01(\tR\bidentity2\xae\x05\n" +
"\x06Agency\x12C\n" +
"\x05Login\x12\x14.market.LoginRequest\x1a\".ec_market_blocks.MarketLoginReply\"\x00\x12L\n" +
"\x06Create\x12\x19.market.MarketAgenctyItem\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12B\n" +
"\x03Get\x12\x1e.ec_market_blocks.IdentRequest\x1a\x19.market.MarketAgenctyItem\"\x00\x12D\n" +
"\x05Fetch\x12$.ec_market_blocks.MarketFetchRequest\x1a\x13.market.AgencyReply\"\x00\x12L\n" +
"\x06Modify\x12\x19.market.MarketAgenctyItem\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12Q\n" +
"\x06Delete\x12\x1e.ec_market_blocks.IdentRequest\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12R\n" +
"\vSetPassword\x12\x1a.market.SetPasswordRequest\x1a%.ec_market_blocks.IdentityStatusReply\"\x00\x12F\n" +
"\aPending\x12$.ec_market_blocks.MarketFetchRequest\x1a\x13.market.AgencyReply\"\x00\x12J\n" +
"\aApprove\x12\x16.market.ApproveRequest\x1a%.ec_market_blocks.IdentityStatusReply\"\x00B%Z#bsm/full/module/ec/market/pb;marketb\x06proto3"
var (
file_module_ec_market_proto_agency_proto_rawDescOnce sync.Once
@@ -514,31 +514,31 @@ var file_module_ec_market_proto_agency_proto_goTypes = []any{
(*SetPasswordRequest)(nil), // 2: market.SetPasswordRequest
(*AgencyReply)(nil), // 3: market.AgencyReply
(*ApproveRequest)(nil), // 4: market.ApproveRequest
(*IdentRequest)(nil), // 5: blocks.IdentRequest
(*MarketFetchRequest)(nil), // 6: blocks.MarketFetchRequest
(*MarketLoginReply)(nil), // 7: blocks.MarketLoginReply
(*IdentityStatusReply)(nil), // 8: blocks.IdentityStatusReply
(*IdentRequest)(nil), // 5: ec_market_blocks.IdentRequest
(*MarketFetchRequest)(nil), // 6: ec_market_blocks.MarketFetchRequest
(*MarketLoginReply)(nil), // 7: ec_market_blocks.MarketLoginReply
(*IdentityStatusReply)(nil), // 8: ec_market_blocks.IdentityStatusReply
}
var file_module_ec_market_proto_agency_proto_depIdxs = []int32{
1, // 0: market.AgencyReply.data:type_name -> market.MarketAgenctyItem
0, // 1: market.Agency.Login:input_type -> market.LoginRequest
1, // 2: market.Agency.Create:input_type -> market.MarketAgenctyItem
5, // 3: market.Agency.Get:input_type -> blocks.IdentRequest
6, // 4: market.Agency.Fetch:input_type -> blocks.MarketFetchRequest
5, // 3: market.Agency.Get:input_type -> ec_market_blocks.IdentRequest
6, // 4: market.Agency.Fetch:input_type -> ec_market_blocks.MarketFetchRequest
1, // 5: market.Agency.Modify:input_type -> market.MarketAgenctyItem
5, // 6: market.Agency.Delete:input_type -> blocks.IdentRequest
5, // 6: market.Agency.Delete:input_type -> ec_market_blocks.IdentRequest
2, // 7: market.Agency.SetPassword:input_type -> market.SetPasswordRequest
6, // 8: market.Agency.Pending:input_type -> blocks.MarketFetchRequest
6, // 8: market.Agency.Pending:input_type -> ec_market_blocks.MarketFetchRequest
4, // 9: market.Agency.Approve:input_type -> market.ApproveRequest
7, // 10: market.Agency.Login:output_type -> blocks.MarketLoginReply
8, // 11: market.Agency.Create:output_type -> blocks.IdentityStatusReply
7, // 10: market.Agency.Login:output_type -> ec_market_blocks.MarketLoginReply
8, // 11: market.Agency.Create:output_type -> ec_market_blocks.IdentityStatusReply
1, // 12: market.Agency.Get:output_type -> market.MarketAgenctyItem
3, // 13: market.Agency.Fetch:output_type -> market.AgencyReply
8, // 14: market.Agency.Modify:output_type -> blocks.IdentityStatusReply
8, // 15: market.Agency.Delete:output_type -> blocks.IdentityStatusReply
8, // 16: market.Agency.SetPassword:output_type -> blocks.IdentityStatusReply
8, // 14: market.Agency.Modify:output_type -> ec_market_blocks.IdentityStatusReply
8, // 15: market.Agency.Delete:output_type -> ec_market_blocks.IdentityStatusReply
8, // 16: market.Agency.SetPassword:output_type -> ec_market_blocks.IdentityStatusReply
3, // 17: market.Agency.Pending:output_type -> market.AgencyReply
8, // 18: market.Agency.Approve:output_type -> blocks.IdentityStatusReply
8, // 18: market.Agency.Approve:output_type -> ec_market_blocks.IdentityStatusReply
10, // [10:19] is the sub-list for method output_type
1, // [1:10] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name