|
@@ -3479,6 +3479,363 @@ func (x *ResFriendOnLineStatus) GetInfo() *UserInfo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+// 聊天消息
|
|
|
+type ChatMessage struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
+ SessionId string `protobuf:"bytes,2,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
|
|
|
+ SenderId string `protobuf:"bytes,3,opt,name=sender_id,json=senderId,proto3" json:"sender_id,omitempty"`
|
|
|
+ Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
+ CreatedAt string `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
|
|
|
+ ContentType string `protobuf:"bytes,6,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) Reset() {
|
|
|
+ *x = ChatMessage{}
|
|
|
+ mi := &file_common_proto_msgTypes[53]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ChatMessage) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ChatMessage) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[53]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ChatMessage.ProtoReflect.Descriptor instead.
|
|
|
+func (*ChatMessage) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{53}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetId() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Id
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetSessionId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SessionId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetSenderId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.SenderId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetContent() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Content
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetCreatedAt() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.CreatedAt
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ChatMessage) GetContentType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContentType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+// 发送聊天内容
|
|
|
+type ReqSendChatMsg struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` //消息类型
|
|
|
+ ToUserid string `protobuf:"bytes,2,opt,name=to_userid,json=toUserid,proto3" json:"to_userid,omitempty"` //发送给谁
|
|
|
+ Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` //消息内容
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) Reset() {
|
|
|
+ *x = ReqSendChatMsg{}
|
|
|
+ mi := &file_common_proto_msgTypes[54]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ReqSendChatMsg) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[54]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ReqSendChatMsg.ProtoReflect.Descriptor instead.
|
|
|
+func (*ReqSendChatMsg) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{54}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) GetContentType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ContentType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) GetToUserid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ToUserid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqSendChatMsg) GetContent() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Content
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type ResSendChatMsg struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResSendChatMsg) Reset() {
|
|
|
+ *x = ResSendChatMsg{}
|
|
|
+ mi := &file_common_proto_msgTypes[55]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResSendChatMsg) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ResSendChatMsg) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ResSendChatMsg) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[55]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ResSendChatMsg.ProtoReflect.Descriptor instead.
|
|
|
+func (*ResSendChatMsg) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{55}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResSendChatMsg) GetSuccess() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Success
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResSendChatMsg) GetErrMsg() *MsgError {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// 接收聊天内容
|
|
|
+type RecvChatMsg struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Info *ChatMessage `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RecvChatMsg) Reset() {
|
|
|
+ *x = RecvChatMsg{}
|
|
|
+ mi := &file_common_proto_msgTypes[56]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RecvChatMsg) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*RecvChatMsg) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *RecvChatMsg) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[56]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use RecvChatMsg.ProtoReflect.Descriptor instead.
|
|
|
+func (*RecvChatMsg) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{56}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *RecvChatMsg) GetInfo() *ChatMessage {
|
|
|
+ if x != nil {
|
|
|
+ return x.Info
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+// 请求获取聊天历史
|
|
|
+type ReqChatHistory struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ToUserid string `protobuf:"bytes,1,opt,name=to_userid,json=toUserid,proto3" json:"to_userid,omitempty"`
|
|
|
+ LastMsgid int32 `protobuf:"varint,2,opt,name=last_msgid,json=lastMsgid,proto3" json:"last_msgid,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqChatHistory) Reset() {
|
|
|
+ *x = ReqChatHistory{}
|
|
|
+ mi := &file_common_proto_msgTypes[57]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqChatHistory) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ReqChatHistory) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ReqChatHistory) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[57]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ReqChatHistory.ProtoReflect.Descriptor instead.
|
|
|
+func (*ReqChatHistory) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{57}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqChatHistory) GetToUserid() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ToUserid
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ReqChatHistory) GetLastMsgid() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.LastMsgid
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+// 响应获取聊天历史
|
|
|
+type ResChatHistory struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
+ ErrMsg *MsgError `protobuf:"bytes,2,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
+ List []*ChatMessage `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResChatHistory) Reset() {
|
|
|
+ *x = ResChatHistory{}
|
|
|
+ mi := &file_common_proto_msgTypes[58]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResChatHistory) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ResChatHistory) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ResChatHistory) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[58]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ResChatHistory.ProtoReflect.Descriptor instead.
|
|
|
+func (*ResChatHistory) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{58}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResChatHistory) GetSuccess() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.Success
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResChatHistory) GetErrMsg() *MsgError {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrMsg
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ResChatHistory) GetList() []*ChatMessage {
|
|
|
+ if x != nil {
|
|
|
+ return x.List
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
const file_common_proto_rawDesc = "" +
|
|
@@ -3702,7 +4059,33 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x15ResFriendOnLineStatus\x12\x18\n" +
|
|
|
"\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
"\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04info\x18\x03 \x01(\v2\t.UserInfoR\x04info*K\n" +
|
|
|
+ "\x04info\x18\x03 \x01(\v2\t.UserInfoR\x04info\"\xb5\x01\n" +
|
|
|
+ "\vChatMessage\x12\x0e\n" +
|
|
|
+ "\x02id\x18\x01 \x01(\x05R\x02id\x12\x1d\n" +
|
|
|
+ "\n" +
|
|
|
+ "session_id\x18\x02 \x01(\tR\tsessionId\x12\x1b\n" +
|
|
|
+ "\tsender_id\x18\x03 \x01(\tR\bsenderId\x12\x18\n" +
|
|
|
+ "\acontent\x18\x04 \x01(\tR\acontent\x12\x1d\n" +
|
|
|
+ "\n" +
|
|
|
+ "created_at\x18\x05 \x01(\tR\tcreatedAt\x12!\n" +
|
|
|
+ "\fcontent_type\x18\x06 \x01(\tR\vcontentType\"j\n" +
|
|
|
+ "\x0eReqSendChatMsg\x12!\n" +
|
|
|
+ "\fcontent_type\x18\x01 \x01(\tR\vcontentType\x12\x1b\n" +
|
|
|
+ "\tto_userid\x18\x02 \x01(\tR\btoUserid\x12\x18\n" +
|
|
|
+ "\acontent\x18\x03 \x01(\tR\acontent\"N\n" +
|
|
|
+ "\x0eResSendChatMsg\x12\x18\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\"/\n" +
|
|
|
+ "\vRecvChatMsg\x12 \n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\f.ChatMessageR\x04info\"L\n" +
|
|
|
+ "\x0eReqChatHistory\x12\x1b\n" +
|
|
|
+ "\tto_userid\x18\x01 \x01(\tR\btoUserid\x12\x1d\n" +
|
|
|
+ "\n" +
|
|
|
+ "last_msgid\x18\x02 \x01(\x05R\tlastMsgid\"p\n" +
|
|
|
+ "\x0eResChatHistory\x12\x18\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12 \n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\f.ChatMessageR\x04list*K\n" +
|
|
|
"\broleType\x12\x15\n" +
|
|
|
"\x11ROLE_TYPE_UNKNOWN\x10\x00\x12\a\n" +
|
|
|
"\x03RED\x10\x01\x12\b\n" +
|
|
@@ -3753,7 +4136,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
}
|
|
|
|
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 53)
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 59)
|
|
|
var file_common_proto_goTypes = []any{
|
|
|
(RoleType)(0), // 0: roleType
|
|
|
(OptType)(0), // 1: OptType
|
|
@@ -3815,6 +4198,12 @@ var file_common_proto_goTypes = []any{
|
|
|
(*ReqDeleteFriend)(nil), // 57: ReqDeleteFriend
|
|
|
(*ResDeleteFriend)(nil), // 58: ResDeleteFriend
|
|
|
(*ResFriendOnLineStatus)(nil), // 59: ResFriendOnLineStatus
|
|
|
+ (*ChatMessage)(nil), // 60: ChatMessage
|
|
|
+ (*ReqSendChatMsg)(nil), // 61: ReqSendChatMsg
|
|
|
+ (*ResSendChatMsg)(nil), // 62: ResSendChatMsg
|
|
|
+ (*RecvChatMsg)(nil), // 63: RecvChatMsg
|
|
|
+ (*ReqChatHistory)(nil), // 64: ReqChatHistory
|
|
|
+ (*ResChatHistory)(nil), // 65: ResChatHistory
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
0, // 0: round.m_color:type_name -> roleType
|
|
@@ -3880,11 +4269,15 @@ var file_common_proto_depIdxs = []int32{
|
|
|
31, // 60: ResDeleteFriend.err_msg:type_name -> MsgError
|
|
|
31, // 61: ResFriendOnLineStatus.err_msg:type_name -> MsgError
|
|
|
21, // 62: ResFriendOnLineStatus.info:type_name -> UserInfo
|
|
|
- 63, // [63:63] is the sub-list for method output_type
|
|
|
- 63, // [63:63] is the sub-list for method input_type
|
|
|
- 63, // [63:63] is the sub-list for extension type_name
|
|
|
- 63, // [63:63] is the sub-list for extension extendee
|
|
|
- 0, // [0:63] is the sub-list for field type_name
|
|
|
+ 31, // 63: ResSendChatMsg.err_msg:type_name -> MsgError
|
|
|
+ 60, // 64: RecvChatMsg.info:type_name -> ChatMessage
|
|
|
+ 31, // 65: ResChatHistory.err_msg:type_name -> MsgError
|
|
|
+ 60, // 66: ResChatHistory.list:type_name -> ChatMessage
|
|
|
+ 67, // [67:67] is the sub-list for method output_type
|
|
|
+ 67, // [67:67] is the sub-list for method input_type
|
|
|
+ 67, // [67:67] is the sub-list for extension type_name
|
|
|
+ 67, // [67:67] is the sub-list for extension extendee
|
|
|
+ 0, // [0:67] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_common_proto_init() }
|
|
@@ -3898,7 +4291,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_common_proto_rawDesc), len(file_common_proto_rawDesc)),
|
|
|
NumEnums: 7,
|
|
|
- NumMessages: 53,
|
|
|
+ NumMessages: 59,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|