mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-18 07:49:01 +08:00
pb generate
This commit is contained in:
+39
-39
@@ -36,7 +36,7 @@ func (m *SignalMessageAssembleReq) Reset() { *m = SignalMessageAssembleR
|
||||
func (m *SignalMessageAssembleReq) String() string { return proto.CompactTextString(m) }
|
||||
func (*SignalMessageAssembleReq) ProtoMessage() {}
|
||||
func (*SignalMessageAssembleReq) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_rtc_ffe277e59422062f, []int{0}
|
||||
return fileDescriptor_rtc_62b2557b8d73c35e, []int{0}
|
||||
}
|
||||
func (m *SignalMessageAssembleReq) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SignalMessageAssembleReq.Unmarshal(m, b)
|
||||
@@ -83,7 +83,7 @@ func (m *SignalMessageAssembleResp) Reset() { *m = SignalMessageAssemble
|
||||
func (m *SignalMessageAssembleResp) String() string { return proto.CompactTextString(m) }
|
||||
func (*SignalMessageAssembleResp) ProtoMessage() {}
|
||||
func (*SignalMessageAssembleResp) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_rtc_ffe277e59422062f, []int{1}
|
||||
return fileDescriptor_rtc_62b2557b8d73c35e, []int{1}
|
||||
}
|
||||
func (m *SignalMessageAssembleResp) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SignalMessageAssembleResp.Unmarshal(m, b)
|
||||
@@ -135,7 +135,7 @@ func (m *SignalGetRoomsReq) Reset() { *m = SignalGetRoomsReq{} }
|
||||
func (m *SignalGetRoomsReq) String() string { return proto.CompactTextString(m) }
|
||||
func (*SignalGetRoomsReq) ProtoMessage() {}
|
||||
func (*SignalGetRoomsReq) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_rtc_ffe277e59422062f, []int{2}
|
||||
return fileDescriptor_rtc_62b2557b8d73c35e, []int{2}
|
||||
}
|
||||
func (m *SignalGetRoomsReq) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SignalGetRoomsReq.Unmarshal(m, b)
|
||||
@@ -173,7 +173,7 @@ func (m *SignalGetRoomsResp) Reset() { *m = SignalGetRoomsResp{} }
|
||||
func (m *SignalGetRoomsResp) String() string { return proto.CompactTextString(m) }
|
||||
func (*SignalGetRoomsResp) ProtoMessage() {}
|
||||
func (*SignalGetRoomsResp) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_rtc_ffe277e59422062f, []int{3}
|
||||
return fileDescriptor_rtc_62b2557b8d73c35e, []int{3}
|
||||
}
|
||||
func (m *SignalGetRoomsResp) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SignalGetRoomsResp.Unmarshal(m, b)
|
||||
@@ -201,10 +201,10 @@ func (m *SignalGetRoomsResp) GetRooms() []*sdkws.SignalGetRoomByGroupIDReply {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterType((*SignalMessageAssembleReq)(nil), "proto.SignalMessageAssembleReq")
|
||||
proto.RegisterType((*SignalMessageAssembleResp)(nil), "proto.SignalMessageAssembleResp")
|
||||
proto.RegisterType((*SignalGetRoomsReq)(nil), "proto.SignalGetRoomsReq")
|
||||
proto.RegisterType((*SignalGetRoomsResp)(nil), "proto.SignalGetRoomsResp")
|
||||
proto.RegisterType((*SignalMessageAssembleReq)(nil), "rtc.SignalMessageAssembleReq")
|
||||
proto.RegisterType((*SignalMessageAssembleResp)(nil), "rtc.SignalMessageAssembleResp")
|
||||
proto.RegisterType((*SignalGetRoomsReq)(nil), "rtc.SignalGetRoomsReq")
|
||||
proto.RegisterType((*SignalGetRoomsResp)(nil), "rtc.SignalGetRoomsResp")
|
||||
}
|
||||
|
||||
// Reference imports to suppress errors if they are not otherwise used.
|
||||
@@ -232,7 +232,7 @@ func NewRtcServiceClient(cc *grpc.ClientConn) RtcServiceClient {
|
||||
|
||||
func (c *rtcServiceClient) SignalMessageAssemble(ctx context.Context, in *SignalMessageAssembleReq, opts ...grpc.CallOption) (*SignalMessageAssembleResp, error) {
|
||||
out := new(SignalMessageAssembleResp)
|
||||
err := grpc.Invoke(ctx, "/proto.RtcService/SignalMessageAssemble", in, out, c.cc, opts...)
|
||||
err := grpc.Invoke(ctx, "/rtc.RtcService/SignalMessageAssemble", in, out, c.cc, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -241,7 +241,7 @@ func (c *rtcServiceClient) SignalMessageAssemble(ctx context.Context, in *Signal
|
||||
|
||||
func (c *rtcServiceClient) SignalGetRooms(ctx context.Context, in *SignalGetRoomsReq, opts ...grpc.CallOption) (*SignalGetRoomsResp, error) {
|
||||
out := new(SignalGetRoomsResp)
|
||||
err := grpc.Invoke(ctx, "/proto.RtcService/SignalGetRooms", in, out, c.cc, opts...)
|
||||
err := grpc.Invoke(ctx, "/rtc.RtcService/SignalGetRooms", in, out, c.cc, opts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
@@ -269,7 +269,7 @@ func _RtcService_SignalMessageAssemble_Handler(srv interface{}, ctx context.Cont
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: "/proto.RtcService/SignalMessageAssemble",
|
||||
FullMethod: "/rtc.RtcService/SignalMessageAssemble",
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(RtcServiceServer).SignalMessageAssemble(ctx, req.(*SignalMessageAssembleReq))
|
||||
@@ -287,7 +287,7 @@ func _RtcService_SignalGetRooms_Handler(srv interface{}, ctx context.Context, de
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: "/proto.RtcService/SignalGetRooms",
|
||||
FullMethod: "/rtc.RtcService/SignalGetRooms",
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(RtcServiceServer).SignalGetRooms(ctx, req.(*SignalGetRoomsReq))
|
||||
@@ -296,7 +296,7 @@ func _RtcService_SignalGetRooms_Handler(srv interface{}, ctx context.Context, de
|
||||
}
|
||||
|
||||
var _RtcService_serviceDesc = grpc.ServiceDesc{
|
||||
ServiceName: "proto.RtcService",
|
||||
ServiceName: "rtc.RtcService",
|
||||
HandlerType: (*RtcServiceServer)(nil),
|
||||
Methods: []grpc.MethodDesc{
|
||||
{
|
||||
@@ -312,31 +312,31 @@ var _RtcService_serviceDesc = grpc.ServiceDesc{
|
||||
Metadata: "rtc/rtc.proto",
|
||||
}
|
||||
|
||||
func init() { proto.RegisterFile("rtc/rtc.proto", fileDescriptor_rtc_ffe277e59422062f) }
|
||||
func init() { proto.RegisterFile("rtc/rtc.proto", fileDescriptor_rtc_62b2557b8d73c35e) }
|
||||
|
||||
var fileDescriptor_rtc_ffe277e59422062f = []byte{
|
||||
// 357 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x51, 0x6b, 0xa3, 0x40,
|
||||
0x10, 0xc7, 0xf1, 0x42, 0x72, 0x97, 0x91, 0x0b, 0x97, 0x85, 0x0b, 0xc6, 0x97, 0x13, 0x5f, 0x4e,
|
||||
0x38, 0xa2, 0x9c, 0x7d, 0x29, 0xf4, 0xa9, 0xc1, 0x12, 0x7c, 0xb0, 0x2d, 0x9b, 0xb7, 0xbc, 0x19,
|
||||
0xbb, 0x88, 0x44, 0xb3, 0x9b, 0x9d, 0x6d, 0x43, 0xbe, 0x45, 0xbf, 0x49, 0xbf, 0x62, 0x71, 0x35,
|
||||
0xd4, 0x84, 0xa6, 0x4f, 0x32, 0xf3, 0xff, 0xcd, 0xce, 0x7f, 0x9c, 0x81, 0x9f, 0x52, 0x65, 0x81,
|
||||
0x54, 0x99, 0x2f, 0x24, 0x57, 0x9c, 0xf4, 0xf5, 0xc7, 0xfe, 0xfb, 0x20, 0xd8, 0x76, 0x16, 0x27,
|
||||
0xb3, 0x25, 0x93, 0x2f, 0x4c, 0x06, 0x62, 0x93, 0x07, 0x5a, 0x09, 0xf0, 0x69, 0xb3, 0xc7, 0x60,
|
||||
0x8f, 0x0d, 0xef, 0x96, 0x60, 0x2d, 0x8b, 0x7c, 0x9b, 0x96, 0x09, 0x43, 0x4c, 0x73, 0x76, 0x8b,
|
||||
0xc8, 0xaa, 0x75, 0xc9, 0x28, 0xdb, 0x11, 0x1f, 0x86, 0xa8, 0x35, 0xca, 0x76, 0x96, 0xe1, 0x18,
|
||||
0x9e, 0x19, 0xfe, 0xf2, 0x75, 0xbd, 0xbf, 0x3c, 0xe6, 0xe9, 0x07, 0x42, 0x1c, 0x30, 0xb9, 0x60,
|
||||
0x32, 0x55, 0x05, 0xdf, 0xc6, 0x91, 0xf5, 0xcd, 0x31, 0xbc, 0x21, 0xed, 0xa6, 0xdc, 0x57, 0x03,
|
||||
0xa6, 0x17, 0xda, 0xa1, 0x20, 0x13, 0x18, 0x14, 0xf8, 0x98, 0x22, 0xea, 0x66, 0x3f, 0x68, 0x1b,
|
||||
0x91, 0xff, 0x00, 0xc7, 0x26, 0x28, 0xf4, 0xb3, 0x66, 0x38, 0x3e, 0x33, 0x82, 0x82, 0x76, 0x20,
|
||||
0xe2, 0xc1, 0xf7, 0x0a, 0xf3, 0x28, 0x55, 0xa9, 0xd5, 0xd3, 0xfc, 0xa8, 0xe5, 0x93, 0x26, 0x4b,
|
||||
0x8f, 0xb2, 0xfb, 0x0f, 0xc6, 0xcd, 0x1b, 0x0b, 0xa6, 0x28, 0xe7, 0x15, 0xd6, 0x93, 0x4c, 0x60,
|
||||
0x20, 0x39, 0xaf, 0xe2, 0x48, 0x3b, 0x19, 0xd2, 0x36, 0x72, 0xef, 0x81, 0x9c, 0xc3, 0x28, 0xc8,
|
||||
0x35, 0xf4, 0x6b, 0xbd, 0xb6, 0xdd, 0xf3, 0xcc, 0xd0, 0x3d, 0xb1, 0xd6, 0x92, 0xf3, 0xc3, 0x42,
|
||||
0xf2, 0x67, 0x11, 0x47, 0x94, 0x89, 0xf2, 0x40, 0x9b, 0x82, 0xf0, 0xcd, 0x00, 0xa0, 0x2a, 0xab,
|
||||
0x97, 0x54, 0x64, 0x8c, 0xac, 0xe0, 0xf7, 0xa7, 0x7f, 0x87, 0xfc, 0x69, 0xb6, 0xe5, 0x5f, 0x5a,
|
||||
0x95, 0xed, 0x7c, 0x0d, 0xa0, 0x20, 0x77, 0x30, 0x3a, 0xb5, 0x4e, 0xac, 0x93, 0x9a, 0xce, 0xf8,
|
||||
0xf6, 0xf4, 0x82, 0x82, 0x62, 0x6e, 0xaf, 0xac, 0xfa, 0xb4, 0xe2, 0xa4, 0x73, 0x52, 0x52, 0x65,
|
||||
0x37, 0x52, 0x65, 0xeb, 0x81, 0x0e, 0xaf, 0xde, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5c, 0x49, 0x1f,
|
||||
0xbc, 0x93, 0x02, 0x00, 0x00,
|
||||
var fileDescriptor_rtc_62b2557b8d73c35e = []byte{
|
||||
// 359 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xc1, 0x6a, 0xe3, 0x30,
|
||||
0x10, 0x86, 0xf1, 0x86, 0xcd, 0x6e, 0xc6, 0x6c, 0xd8, 0x08, 0x36, 0xeb, 0x1a, 0x5a, 0x82, 0x2f,
|
||||
0x35, 0x94, 0xd8, 0xd4, 0xbd, 0x14, 0x7a, 0x4a, 0x30, 0x04, 0x1f, 0xdc, 0x16, 0x05, 0x7a, 0xe8,
|
||||
0xcd, 0x71, 0x85, 0x31, 0xb1, 0x23, 0x45, 0xa3, 0x36, 0xe4, 0x2d, 0xfa, 0x16, 0x7d, 0xcd, 0x62,
|
||||
0xd9, 0xa1, 0x4e, 0x48, 0x7a, 0x9c, 0xff, 0xff, 0x46, 0xf3, 0x4b, 0x23, 0xf8, 0x23, 0x55, 0xea,
|
||||
0x4b, 0x95, 0x7a, 0x42, 0x72, 0xc5, 0x49, 0x47, 0xaa, 0xd4, 0xbe, 0x7c, 0x10, 0x6c, 0x35, 0x8e,
|
||||
0xe2, 0xf1, 0x9c, 0xc9, 0x37, 0x26, 0x7d, 0xb1, 0xcc, 0x7c, 0x6d, 0xfb, 0xf8, 0xb2, 0xdc, 0xa0,
|
||||
0xbf, 0xc1, 0x9a, 0x76, 0x0a, 0xb0, 0xe6, 0x79, 0xb6, 0x4a, 0x8a, 0x98, 0x21, 0x26, 0x19, 0x9b,
|
||||
0x20, 0xb2, 0x72, 0x51, 0x30, 0xca, 0xd6, 0xc4, 0x83, 0x1e, 0x6a, 0x8f, 0xb2, 0xb5, 0x65, 0x8c,
|
||||
0x0c, 0xd7, 0x0c, 0xfe, 0x7a, 0xba, 0xdf, 0x9b, 0xef, 0x74, 0xfa, 0x85, 0x90, 0x11, 0x98, 0x5c,
|
||||
0x30, 0x99, 0xa8, 0x9c, 0xaf, 0xa2, 0xd0, 0xfa, 0x31, 0x32, 0xdc, 0x1e, 0x6d, 0x4b, 0xce, 0xbb,
|
||||
0x01, 0x67, 0x27, 0xc6, 0xa1, 0x20, 0x43, 0xe8, 0xe6, 0xf8, 0x98, 0x20, 0xea, 0x61, 0xbf, 0x69,
|
||||
0x53, 0x91, 0x6b, 0x80, 0xdd, 0x10, 0x14, 0xfa, 0x58, 0x33, 0x18, 0x1c, 0x04, 0x41, 0x41, 0x5b,
|
||||
0x10, 0x71, 0xe1, 0x57, 0x89, 0x59, 0x98, 0xa8, 0xc4, 0xea, 0x68, 0xbe, 0xdf, 0xf0, 0x71, 0xad,
|
||||
0xd2, 0x9d, 0xed, 0x5c, 0xc1, 0xa0, 0x3e, 0x63, 0xc6, 0x14, 0xe5, 0xbc, 0xc4, 0xea, 0x26, 0x43,
|
||||
0xe8, 0x4a, 0xce, 0xcb, 0x28, 0xd4, 0x49, 0x7a, 0xb4, 0xa9, 0x9c, 0x7b, 0x20, 0x87, 0x30, 0x0a,
|
||||
0x72, 0x0b, 0x3f, 0x2b, 0xbf, 0x8a, 0xdd, 0x71, 0xcd, 0xc0, 0xd9, 0x8b, 0xd6, 0x90, 0xd3, 0xed,
|
||||
0x4c, 0xf2, 0x57, 0x11, 0x85, 0x94, 0x89, 0x62, 0x4b, 0xeb, 0x86, 0xe0, 0xc3, 0x00, 0xa0, 0x2a,
|
||||
0xad, 0x96, 0x94, 0xa7, 0x8c, 0x3c, 0xc1, 0xbf, 0xa3, 0xaf, 0x43, 0xce, 0xbd, 0x6a, 0xbf, 0xa7,
|
||||
0x16, 0x65, 0x5f, 0x7c, 0x67, 0xa3, 0x20, 0x13, 0xe8, 0xef, 0xc7, 0x26, 0xc3, 0x56, 0x47, 0xeb,
|
||||
0xe2, 0xf6, 0xff, 0xa3, 0x3a, 0x8a, 0xa9, 0xfd, 0x6c, 0x55, 0x5f, 0x2a, 0x8a, 0x5b, 0x5f, 0x49,
|
||||
0xaa, 0xf4, 0x4e, 0xaa, 0x74, 0xd1, 0xd5, 0xe5, 0xcd, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0x49,
|
||||
0x81, 0xcb, 0x8d, 0x89, 0x02, 0x00, 0x00,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user