refactor: add unified all service gateway
This commit is contained in:
@@ -625,14 +625,14 @@ const file_module_finance_wallet_proto_payment_proto_rawDesc = "" +
|
||||
"\x06result\x18\x02 \x03(\v2 .wallet.PaymentReply.ResultEntryR\x06result\x1a9\n" +
|
||||
"\vResultEntry\x12\x10\n" +
|
||||
"\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
|
||||
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x012\xcc\x02\n" +
|
||||
"\aPayment\x12.\n" +
|
||||
"\x05Hello\x12\r.blocks.Empty\x1a\x14.wallet.PaymentReply\"\x00\x12-\n" +
|
||||
"\x03Way\x12\x12.wallet.WayRequest\x1a\x10.wallet.WayReply\"\x00\x122\n" +
|
||||
"\x03Get\x12\x14.blocks.IdentRequest\x1a\x13.wallet.PaymentItem\"\x00\x127\n" +
|
||||
"\x05value\x18\x02 \x01(\tR\x05value:\x028\x012\xf9\x02\n" +
|
||||
"\aPayment\x12=\n" +
|
||||
"\x05Hello\x12\x1c.finance_wallet_blocks.Empty\x1a\x14.wallet.PaymentReply\"\x00\x12-\n" +
|
||||
"\x03Way\x12\x12.wallet.WayRequest\x1a\x10.wallet.WayReply\"\x00\x12A\n" +
|
||||
"\x03Get\x12#.finance_wallet_blocks.IdentRequest\x1a\x13.wallet.PaymentItem\"\x00\x127\n" +
|
||||
"\aByOrder\x12\x14.wallet.OrderRequest\x1a\x14.wallet.PaymentReply\"\x00\x129\n" +
|
||||
"\bByCharge\x12\x15.wallet.ChargeRequest\x1a\x14.wallet.PaymentReply\"\x00\x12:\n" +
|
||||
"\bCallback\x12\x17.wallet.CallbackRequest\x1a\x13.blocks.StatusReply\"\x00B*Z(bsm/full/module/finance/wallet/pb;walletb\x06proto3"
|
||||
"\bByCharge\x12\x15.wallet.ChargeRequest\x1a\x14.wallet.PaymentReply\"\x00\x12I\n" +
|
||||
"\bCallback\x12\x17.wallet.CallbackRequest\x1a\".finance_wallet_blocks.StatusReply\"\x00B*Z(bsm/full/module/finance/wallet/pb;walletb\x06proto3"
|
||||
|
||||
var (
|
||||
file_module_finance_wallet_proto_payment_proto_rawDescOnce sync.Once
|
||||
@@ -657,16 +657,16 @@ var file_module_finance_wallet_proto_payment_proto_goTypes = []any{
|
||||
(*CallbackRequest)(nil), // 6: wallet.CallbackRequest
|
||||
(*PaymentReply)(nil), // 7: wallet.PaymentReply
|
||||
nil, // 8: wallet.PaymentReply.ResultEntry
|
||||
(*Empty)(nil), // 9: blocks.Empty
|
||||
(*IdentRequest)(nil), // 10: blocks.IdentRequest
|
||||
(*StatusReply)(nil), // 11: blocks.StatusReply
|
||||
(*Empty)(nil), // 9: finance_wallet_blocks.Empty
|
||||
(*IdentRequest)(nil), // 10: finance_wallet_blocks.IdentRequest
|
||||
(*StatusReply)(nil), // 11: finance_wallet_blocks.StatusReply
|
||||
}
|
||||
var file_module_finance_wallet_proto_payment_proto_depIdxs = []int32{
|
||||
2, // 0: wallet.WayReply.way:type_name -> wallet.WayItem
|
||||
8, // 1: wallet.PaymentReply.result:type_name -> wallet.PaymentReply.ResultEntry
|
||||
9, // 2: wallet.Payment.Hello:input_type -> blocks.Empty
|
||||
9, // 2: wallet.Payment.Hello:input_type -> finance_wallet_blocks.Empty
|
||||
0, // 3: wallet.Payment.Way:input_type -> wallet.WayRequest
|
||||
10, // 4: wallet.Payment.Get:input_type -> blocks.IdentRequest
|
||||
10, // 4: wallet.Payment.Get:input_type -> finance_wallet_blocks.IdentRequest
|
||||
5, // 5: wallet.Payment.ByOrder:input_type -> wallet.OrderRequest
|
||||
4, // 6: wallet.Payment.ByCharge:input_type -> wallet.ChargeRequest
|
||||
6, // 7: wallet.Payment.Callback:input_type -> wallet.CallbackRequest
|
||||
@@ -675,7 +675,7 @@ var file_module_finance_wallet_proto_payment_proto_depIdxs = []int32{
|
||||
3, // 10: wallet.Payment.Get:output_type -> wallet.PaymentItem
|
||||
7, // 11: wallet.Payment.ByOrder:output_type -> wallet.PaymentReply
|
||||
7, // 12: wallet.Payment.ByCharge:output_type -> wallet.PaymentReply
|
||||
11, // 13: wallet.Payment.Callback:output_type -> blocks.StatusReply
|
||||
11, // 13: wallet.Payment.Callback:output_type -> finance_wallet_blocks.StatusReply
|
||||
8, // [8:14] is the sub-list for method output_type
|
||||
2, // [2:8] is the sub-list for method input_type
|
||||
2, // [2:2] is the sub-list for extension type_name
|
||||
|
||||
Reference in New Issue
Block a user