mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +00:00
fix mq
This commit is contained in:
@@ -245,7 +245,7 @@ var file_proto_mq_proto_rawDesc = []byte{
|
||||
0x74, 0x6f, 0x70, 0x69, 0x63, 0x12, 0x31, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
||||
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52,
|
||||
0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x78, 0x0a, 0x02, 0x4d, 0x51, 0x12, 0x34,
|
||||
0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x32, 0x78, 0x0a, 0x02, 0x4d, 0x71, 0x12, 0x34,
|
||||
0x0a, 0x07, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x12, 0x12, 0x2e, 0x6d, 0x71, 0x2e, 0x50,
|
||||
0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e,
|
||||
0x6d, 0x71, 0x2e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
||||
@@ -280,10 +280,10 @@ var file_proto_mq_proto_goTypes = []interface{}{
|
||||
var file_proto_mq_proto_depIdxs = []int32{
|
||||
4, // 0: mq.PublishRequest.message:type_name -> google.protobuf.Struct
|
||||
4, // 1: mq.SubscribeResponse.message:type_name -> google.protobuf.Struct
|
||||
0, // 2: mq.MQ.Publish:input_type -> mq.PublishRequest
|
||||
2, // 3: mq.MQ.Subscribe:input_type -> mq.SubscribeRequest
|
||||
1, // 4: mq.MQ.Publish:output_type -> mq.PublishResponse
|
||||
3, // 5: mq.MQ.Subscribe:output_type -> mq.SubscribeResponse
|
||||
0, // 2: mq.Mq.Publish:input_type -> mq.PublishRequest
|
||||
2, // 3: mq.Mq.Subscribe:input_type -> mq.SubscribeRequest
|
||||
1, // 4: mq.Mq.Publish:output_type -> mq.PublishResponse
|
||||
3, // 5: mq.Mq.Subscribe:output_type -> mq.SubscribeResponse
|
||||
4, // [4:6] is the sub-list for method output_type
|
||||
2, // [2:4] 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