|
@@ -1,3739 +0,0 @@
|
|
|
-// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
-// versions:
|
|
|
-// protoc-gen-go v1.28.0
|
|
|
-// protoc v3.19.4
|
|
|
-// source: messagecenter.proto
|
|
|
-
|
|
|
-package messagecenter
|
|
|
-
|
|
|
-import (
|
|
|
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
- reflect "reflect"
|
|
|
- sync "sync"
|
|
|
-)
|
|
|
-
|
|
|
-const (
|
|
|
- // Verify that this generated code is sufficiently up-to-date.
|
|
|
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
- // Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
-)
|
|
|
-
|
|
|
-type CountReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- UserType int64 `protobuf:"varint,2,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
- NewUserId int64 `protobuf:"varint,1,opt,name=newUserId,proto3" json:"newUserId,omitempty"` // 用户id
|
|
|
- EntUserId int64 `protobuf:"varint,3,opt,name=entUserId,proto3" json:"entUserId,omitempty"` // 客服id
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountReq) Reset() {
|
|
|
- *x = CountReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[0]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*CountReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *CountReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[0]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use CountReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*CountReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{0}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type CountResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
|
- LastMessage *MessageEntity `protobuf:"bytes,4,opt,name=lastMessage,proto3" json:"lastMessage,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) Reset() {
|
|
|
- *x = CountResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[1]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*CountResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *CountResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[1]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use CountResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*CountResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{1}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) GetCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Count
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) GetLastMessage() *MessageEntity {
|
|
|
- if x != nil {
|
|
|
- return x.LastMessage
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CountResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type UserReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
- StartTime string `protobuf:"bytes,2,opt,name=startTime,proto3" json:"startTime,omitempty"`
|
|
|
- EndTime string `protobuf:"bytes,3,opt,name=endTime,proto3" json:"endTime,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //用户标识
|
|
|
- UserType int64 `protobuf:"varint,5,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
- EntUserId int64 `protobuf:"varint,6,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //企业标识
|
|
|
- Page int64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` //页
|
|
|
- Size int64 `protobuf:"varint,8,opt,name=size,proto3" json:"size,omitempty"` //数
|
|
|
- IsArtificial int64 `protobuf:"varint,9,opt,name=isArtificial,proto3" json:"isArtificial,omitempty"` //是否人工介入 1:人工介入 2:非让人工介入
|
|
|
- FiltrationId string `protobuf:"bytes,10,opt,name=filtrationId,proto3" json:"filtrationId,omitempty"` //客服列表过滤会话中派对中用户
|
|
|
- EntId int64 `protobuf:"varint,11,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- QueryType int64 `protobuf:"varint,12,opt,name=queryType,proto3" json:"queryType,omitempty"`
|
|
|
- NameSearch string `protobuf:"bytes,13,opt,name=nameSearch,proto3" json:"nameSearch,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) Reset() {
|
|
|
- *x = UserReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[2]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*UserReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *UserReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[2]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use UserReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*UserReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{2}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetPhone() string {
|
|
|
- if x != nil {
|
|
|
- return x.Phone
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetStartTime() string {
|
|
|
- if x != nil {
|
|
|
- return x.StartTime
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetEndTime() string {
|
|
|
- if x != nil {
|
|
|
- return x.EndTime
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetPage() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Page
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetSize() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Size
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetIsArtificial() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.IsArtificial
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetFiltrationId() string {
|
|
|
- if x != nil {
|
|
|
- return x.FiltrationId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetQueryType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.QueryType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserReq) GetNameSearch() string {
|
|
|
- if x != nil {
|
|
|
- return x.NameSearch
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type UserResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Data []*UserEntity `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
- Count int64 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"` //响应代码
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) Reset() {
|
|
|
- *x = UserResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[3]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*UserResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *UserResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[3]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use UserResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*UserResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{3}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) GetData() []*UserEntity {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserResp) GetCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Count
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type UserEntity struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
- Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
- Type int64 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
- Link string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
|
|
|
- Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- UserType int64 `protobuf:"varint,7,opt,name=userType,proto3" json:"userType,omitempty"`
|
|
|
- CreateTime int64 `protobuf:"varint,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
|
- Number int64 `protobuf:"varint,9,opt,name=number,proto3" json:"number,omitempty"`
|
|
|
- Headimg string `protobuf:"bytes,11,opt,name=headimg,proto3" json:"headimg,omitempty"`
|
|
|
- IsOnline bool `protobuf:"varint,12,opt,name=isOnline,proto3" json:"isOnline,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) Reset() {
|
|
|
- *x = UserEntity{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[4]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*UserEntity) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *UserEntity) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[4]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use UserEntity.ProtoReflect.Descriptor instead.
|
|
|
-func (*UserEntity) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{4}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetUserId() string {
|
|
|
- if x != nil {
|
|
|
- return x.UserId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetName() string {
|
|
|
- if x != nil {
|
|
|
- return x.Name
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetTitle() string {
|
|
|
- if x != nil {
|
|
|
- return x.Title
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Type
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetLink() string {
|
|
|
- if x != nil {
|
|
|
- return x.Link
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetCreateTime() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.CreateTime
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetNumber() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Number
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetHeadimg() string {
|
|
|
- if x != nil {
|
|
|
- return x.Headimg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *UserEntity) GetIsOnline() bool {
|
|
|
- if x != nil {
|
|
|
- return x.IsOnline
|
|
|
- }
|
|
|
- return false
|
|
|
-}
|
|
|
-
|
|
|
-type MessageReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- MsgType int64 `protobuf:"varint,1,opt,name=msgType,proto3" json:"msgType,omitempty"` // 消息类型 ;1:站内信消息 2:点对点消息 3:群消息 4:机器人消息 5:客服消息
|
|
|
- UserType int64 `protobuf:"varint,6,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
- LastId int64 `protobuf:"varint,2,opt,name=LastId,proto3" json:"LastId,omitempty"`
|
|
|
- PageSize int64 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
|
- SendId int64 `protobuf:"varint,4,opt,name=sendId,proto3" json:"sendId,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,5,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user 表id
|
|
|
- EntUserId int64 `protobuf:"varint,7,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
- EntId int64 `protobuf:"varint,8,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- Sort string `protobuf:"bytes,9,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
- ChatGroupId int64 `protobuf:"varint,10,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- PositionId int64 `protobuf:"varint,11,opt,name=positionId,proto3" json:"positionId,omitempty"` //登录用户base_position id
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) Reset() {
|
|
|
- *x = MessageReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[5]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*MessageReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *MessageReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[5]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use MessageReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*MessageReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{5}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetMsgType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.MsgType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetLastId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.LastId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetPageSize() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PageSize
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetSendId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.SendId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetSort() string {
|
|
|
- if x != nil {
|
|
|
- return x.Sort
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageReq) GetPositionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type MessageResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
|
- Data []*MessageEntity `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) Reset() {
|
|
|
- *x = MessageResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[6]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*MessageResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *MessageResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[6]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use MessageResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*MessageResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{6}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) GetCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Count
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) GetData() []*MessageEntity {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type SaveMessageResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
|
|
- Data *MessageEntity `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,4,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) Reset() {
|
|
|
- *x = SaveMessageResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[7]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*SaveMessageResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[7]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use SaveMessageResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*SaveMessageResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{7}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) GetCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Count
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) GetData() *MessageEntity {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveMessageResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type MessageEntity struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
|
|
|
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- Item int64 `protobuf:"varint,3,opt,name=item,proto3" json:"item,omitempty"`
|
|
|
- Type int64 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"`
|
|
|
- Link string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
|
|
|
- CreateTime int64 `protobuf:"varint,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
|
|
|
- Appid string `protobuf:"bytes,7,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
- ItemType int64 `protobuf:"varint,8,opt,name=itemType,proto3" json:"itemType,omitempty"`
|
|
|
- SendId int64 `protobuf:"varint,9,opt,name=sendId,proto3" json:"sendId,omitempty"`
|
|
|
- EntUserId int64 `protobuf:"varint,10,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,16,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
- OwnType int64 `protobuf:"varint,11,opt,name=own_type,json=ownType,proto3" json:"own_type,omitempty"` //拥有者类型;1:用户 2:会话
|
|
|
- Fool int64 `protobuf:"varint,12,opt,name=fool,proto3" json:"fool,omitempty"`
|
|
|
- RobotName string `protobuf:"bytes,13,opt,name=robotName,proto3" json:"robotName,omitempty"`
|
|
|
- RobotImg string `protobuf:"bytes,14,opt,name=robotImg,proto3" json:"robotImg,omitempty"`
|
|
|
- SetName string `protobuf:"bytes,15,opt,name=setName,proto3" json:"setName,omitempty"`
|
|
|
- ReceiveId int64 `protobuf:"varint,17,opt,name=receiveId,proto3" json:"receiveId,omitempty"`
|
|
|
- OwnImg string `protobuf:"bytes,18,opt,name=ownImg,proto3" json:"ownImg,omitempty"`
|
|
|
- MessageId string `protobuf:"bytes,19,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
- Appraise int64 `protobuf:"varint,20,opt,name=appraise,proto3" json:"appraise,omitempty"`
|
|
|
- GroupIds []int64 `protobuf:"varint,21,rep,packed,name=groupIds,proto3" json:"groupIds,omitempty"` //群聊id [群组id]
|
|
|
- ReceiverIds []int64 `protobuf:"varint,22,rep,packed,name=receiverIds,proto3" json:"receiverIds,omitempty"` //群聊接收人id [接收人为职位id]
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) Reset() {
|
|
|
- *x = MessageEntity{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[8]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*MessageEntity) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *MessageEntity) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[8]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use MessageEntity.ProtoReflect.Descriptor instead.
|
|
|
-func (*MessageEntity) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{8}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetTitle() string {
|
|
|
- if x != nil {
|
|
|
- return x.Title
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetItem() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Item
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Type
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetLink() string {
|
|
|
- if x != nil {
|
|
|
- return x.Link
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetCreateTime() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.CreateTime
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetAppid() string {
|
|
|
- if x != nil {
|
|
|
- return x.Appid
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetItemType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ItemType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetSendId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.SendId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetOwnType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.OwnType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetFool() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Fool
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetRobotName() string {
|
|
|
- if x != nil {
|
|
|
- return x.RobotName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetRobotImg() string {
|
|
|
- if x != nil {
|
|
|
- return x.RobotImg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetSetName() string {
|
|
|
- if x != nil {
|
|
|
- return x.SetName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetReceiveId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ReceiveId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetOwnImg() string {
|
|
|
- if x != nil {
|
|
|
- return x.OwnImg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetMessageId() string {
|
|
|
- if x != nil {
|
|
|
- return x.MessageId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetAppraise() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Appraise
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetGroupIds() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.GroupIds
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageEntity) GetReceiverIds() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ReceiverIds
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-type ChatSessionReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- CustomerServiceId int64 `protobuf:"varint,2,opt,name=customerServiceId,proto3" json:"customerServiceId,omitempty"`
|
|
|
- UserId int64 `protobuf:"varint,3,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
- CustomerserviceName string `protobuf:"bytes,5,opt,name=customerserviceName,proto3" json:"customerserviceName,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) Reset() {
|
|
|
- *x = ChatSessionReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[9]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatSessionReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[9]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatSessionReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatSessionReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{9}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) GetCustomerServiceId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.CustomerServiceId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) GetUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionReq) GetCustomerserviceName() string {
|
|
|
- if x != nil {
|
|
|
- return x.CustomerserviceName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type CloseSessionReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- SessionId int64 `protobuf:"varint,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CloseSessionReq) Reset() {
|
|
|
- *x = CloseSessionReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[10]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CloseSessionReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*CloseSessionReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *CloseSessionReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[10]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use CloseSessionReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*CloseSessionReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{10}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CloseSessionReq) GetSessionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.SessionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type ChatSessionResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,1,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
- SessionId string `protobuf:"bytes,3,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) Reset() {
|
|
|
- *x = ChatSessionResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[11]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatSessionResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[11]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatSessionResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatSessionResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{11}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatSessionResp) GetSessionId() string {
|
|
|
- if x != nil {
|
|
|
- return x.SessionId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type SaveAutoReplyReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
- UserId int64 `protobuf:"varint,3,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
- UserType int64 `protobuf:"varint,4,opt,name=userType,proto3" json:"userType,omitempty"`
|
|
|
- Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,6,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
- NowFormat string `protobuf:"bytes,7,opt,name=nowFormat,proto3" json:"nowFormat,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) Reset() {
|
|
|
- *x = SaveAutoReplyReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[12]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*SaveAutoReplyReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[12]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use SaveAutoReplyReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*SaveAutoReplyReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{12}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *SaveAutoReplyReq) GetNowFormat() string {
|
|
|
- if x != nil {
|
|
|
- return x.NowFormat
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ReadStateReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- MessageId int64 `protobuf:"varint,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
- EntUserId int64 `protobuf:"varint,2,opt,name=entUserId,proto3" json:"entUserId,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,3,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadStateReq) Reset() {
|
|
|
- *x = ReadStateReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[13]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadStateReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ReadStateReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ReadStateReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[13]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ReadStateReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ReadStateReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{13}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadStateReq) GetMessageId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.MessageId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadStateReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadStateReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type ReadWithdrawReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"` //消息id
|
|
|
- SenderId int64 `protobuf:"varint,2,opt,name=senderId,proto3" json:"senderId,omitempty"` //发送人id
|
|
|
- Appid string `protobuf:"bytes,3,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
- RecipientId int64 `protobuf:"varint,4,opt,name=recipientId,proto3" json:"recipientId,omitempty"` //接收人id
|
|
|
- UserType int64 `protobuf:"varint,5,opt,name=userType,proto3" json:"userType,omitempty"` //用户与客服聊天 发送人类型区分 用户类型:2用户1客服
|
|
|
- ConversationType int64 `protobuf:"varint,6,opt,name=conversationType,proto3" json:"conversationType,omitempty"` //会话类型 1:一对一用户聊天 2 用户与客服 3 一对群
|
|
|
- EntId int64 `protobuf:"varint,7,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- ChatGroupId int64 `protobuf:"varint,8,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"` //群id
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) Reset() {
|
|
|
- *x = ReadWithdrawReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[14]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ReadWithdrawReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[14]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ReadWithdrawReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ReadWithdrawReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{14}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetMessageId() string {
|
|
|
- if x != nil {
|
|
|
- return x.MessageId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetSenderId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.SenderId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetAppid() string {
|
|
|
- if x != nil {
|
|
|
- return x.Appid
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetRecipientId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.RecipientId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetConversationType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ConversationType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ReadWithdrawReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type AppraiseReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Appid string `protobuf:"bytes,1,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
- MessageId string `protobuf:"bytes,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
|
|
|
- NewUserId int64 `protobuf:"varint,3,opt,name=newUserId,proto3" json:"newUserId,omitempty"`
|
|
|
- Appraise int64 `protobuf:"varint,4,opt,name=appraise,proto3" json:"appraise,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) Reset() {
|
|
|
- *x = AppraiseReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[15]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*AppraiseReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *AppraiseReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[15]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use AppraiseReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*AppraiseReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{15}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) GetAppid() string {
|
|
|
- if x != nil {
|
|
|
- return x.Appid
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) GetMessageId() string {
|
|
|
- if x != nil {
|
|
|
- return x.MessageId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *AppraiseReq) GetAppraise() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Appraise
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-type CurrencyResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,1,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CurrencyResp) Reset() {
|
|
|
- *x = CurrencyResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[16]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CurrencyResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*CurrencyResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *CurrencyResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[16]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use CurrencyResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*CurrencyResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{16}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CurrencyResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CurrencyResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupListReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName,omitempty"`
|
|
|
- GroupName string `protobuf:"bytes,3,opt,name=groupName,proto3" json:"groupName,omitempty"`
|
|
|
- PositionId int64 `protobuf:"varint,4,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,5,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) Reset() {
|
|
|
- *x = ChatGroupListReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[17]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupListReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[17]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupListReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupListReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{17}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) GetUserName() string {
|
|
|
- if x != nil {
|
|
|
- return x.UserName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) GetGroupName() string {
|
|
|
- if x != nil {
|
|
|
- return x.GroupName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) GetPositionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupListResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Data []*ChatGroupList `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) Reset() {
|
|
|
- *x = ChatGroupListResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[18]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupListResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[18]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupListResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupListResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{18}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) GetData() []*ChatGroupList {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupListResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupList struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"`
|
|
|
- PersonCount int64 `protobuf:"varint,2,opt,name=personCount,proto3" json:"personCount,omitempty"`
|
|
|
- ChatGroupId string `protobuf:"bytes,3,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) Reset() {
|
|
|
- *x = ChatGroupList{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[19]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupList) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[19]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupList.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupList) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{19}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) GetGroupName() string {
|
|
|
- if x != nil {
|
|
|
- return x.GroupName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) GetPersonCount() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PersonCount
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) GetChatGroupId() string {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupList) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupAddReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- EntId int64 `protobuf:"varint,1,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- PositionId int64 `protobuf:"varint,2,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- UserIdArr []int64 `protobuf:"varint,3,rep,packed,name=userIdArr,proto3" json:"userIdArr,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) Reset() {
|
|
|
- *x = ChatGroupAddReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[20]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupAddReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[20]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupAddReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupAddReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{20}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) GetPositionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) GetUserIdArr() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserIdArr
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupAddReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type CommonReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CommonReq) Reset() {
|
|
|
- *x = CommonReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[21]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CommonReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*CommonReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *CommonReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[21]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use CommonReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*CommonReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{21}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CommonReq) GetStatus() bool {
|
|
|
- if x != nil {
|
|
|
- return x.Status
|
|
|
- }
|
|
|
- return false
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CommonReq) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *CommonReq) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupPersonReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ChatGroupId int64 `protobuf:"varint,1,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- EntId int64 `protobuf:"varint,2,opt,name=ent_id,json=entId,proto3" json:"ent_id,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) Reset() {
|
|
|
- *x = ChatGroupPersonReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[22]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupPersonReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[22]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupPersonReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupPersonReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{22}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupPersonResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Data map[string]*ChatGroupPersonList `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` //地区
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) Reset() {
|
|
|
- *x = ChatGroupPersonResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[23]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupPersonResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[23]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupPersonResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupPersonResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{23}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) GetData() map[string]*ChatGroupPersonList {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupPersonList struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Data []*ChatGroupPerson `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonList) Reset() {
|
|
|
- *x = ChatGroupPersonList{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[24]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonList) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupPersonList) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[24]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupPersonList.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupPersonList) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{24}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPersonList) GetData() []*ChatGroupPerson {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupPerson struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- PersonName string `protobuf:"bytes,1,opt,name=personName,proto3" json:"personName,omitempty"`
|
|
|
- IsSystem bool `protobuf:"varint,2,opt,name=isSystem,proto3" json:"isSystem,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
- PositionId string `protobuf:"bytes,4,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) Reset() {
|
|
|
- *x = ChatGroupPerson{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[25]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupPerson) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[25]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupPerson.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupPerson) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{25}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) GetPersonName() string {
|
|
|
- if x != nil {
|
|
|
- return x.PersonName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) GetIsSystem() bool {
|
|
|
- if x != nil {
|
|
|
- return x.IsSystem
|
|
|
- }
|
|
|
- return false
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupPerson) GetPositionId() string {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ChatGroupJoinReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ChatGroupId int64 `protobuf:"varint,1,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- PositionId int64 `protobuf:"varint,2,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- UserIdArr []int64 `protobuf:"varint,3,rep,packed,name=userIdArr,proto3" json:"userIdArr,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) Reset() {
|
|
|
- *x = ChatGroupJoinReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[26]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ChatGroupJoinReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[26]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ChatGroupJoinReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ChatGroupJoinReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{26}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) GetPositionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) GetUserIdArr() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserIdArr
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ChatGroupJoinReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type GroupNameUpdateReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ChatGroupId int64 `protobuf:"varint,1,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- PositionId int64 `protobuf:"varint,2,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
- GroupName string `protobuf:"bytes,3,opt,name=groupName,proto3" json:"groupName,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,4,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) Reset() {
|
|
|
- *x = GroupNameUpdateReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[27]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*GroupNameUpdateReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[27]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use GroupNameUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*GroupNameUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{27}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) GetPositionId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.PositionId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) GetGroupName() string {
|
|
|
- if x != nil {
|
|
|
- return x.GroupName
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNameUpdateReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type GroupNoticeAddReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- ChatGroupId int64 `protobuf:"varint,1,opt,name=chatGroupId,proto3" json:"chatGroupId,omitempty"`
|
|
|
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) Reset() {
|
|
|
- *x = GroupNoticeAddReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[28]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*GroupNoticeAddReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[28]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use GroupNoticeAddReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*GroupNoticeAddReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{28}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) GetChatGroupId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ChatGroupId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeAddReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type GroupNoticeUpdateReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- GroupNoticeId int64 `protobuf:"varint,1,opt,name=groupNoticeId,proto3" json:"groupNoticeId,omitempty"`
|
|
|
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- AppId string `protobuf:"bytes,3,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) Reset() {
|
|
|
- *x = GroupNoticeUpdateReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[29]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*GroupNoticeUpdateReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[29]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use GroupNoticeUpdateReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*GroupNoticeUpdateReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{29}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) GetGroupNoticeId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.GroupNoticeId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeUpdateReq) GetAppId() string {
|
|
|
- if x != nil {
|
|
|
- return x.AppId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type GroupNoticeGetResp struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Data *GroupNotice `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
|
|
|
- ErrorCode int64 `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"` //响应代码
|
|
|
- ErrorMsg string `protobuf:"bytes,3,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"` //响应消息
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) Reset() {
|
|
|
- *x = GroupNoticeGetResp{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[30]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*GroupNoticeGetResp) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[30]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use GroupNoticeGetResp.ProtoReflect.Descriptor instead.
|
|
|
-func (*GroupNoticeGetResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{30}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) GetData() *GroupNotice {
|
|
|
- if x != nil {
|
|
|
- return x.Data
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) GetErrorCode() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorCode
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNoticeGetResp) GetErrorMsg() string {
|
|
|
- if x != nil {
|
|
|
- return x.ErrorMsg
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type GroupNotice struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
|
|
|
- GroupNoticeId string `protobuf:"bytes,2,opt,name=groupNoticeId,proto3" json:"groupNoticeId,omitempty"`
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNotice) Reset() {
|
|
|
- *x = GroupNotice{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[31]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNotice) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*GroupNotice) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *GroupNotice) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[31]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use GroupNotice.ProtoReflect.Descriptor instead.
|
|
|
-func (*GroupNotice) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{31}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNotice) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *GroupNotice) GetGroupNoticeId() string {
|
|
|
- if x != nil {
|
|
|
- return x.GroupNoticeId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-type ConversationReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- NewUserId int64 `protobuf:"varint,4,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //用户标识
|
|
|
- EntId int64 `protobuf:"varint,11,opt,name=entId,proto3" json:"entId,omitempty"`
|
|
|
- UserType int64 `protobuf:"varint,5,opt,name=userType,proto3" json:"userType,omitempty"` //用户类型:2用户1客服
|
|
|
- EntUserId int64 `protobuf:"varint,6,opt,name=entUserId,proto3" json:"entUserId,omitempty"` //企业标识
|
|
|
- FiltrationId string `protobuf:"bytes,10,opt,name=filtrationId,proto3" json:"filtrationId,omitempty"` //客服列表过滤会话中派对中用户
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) Reset() {
|
|
|
- *x = ConversationReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[32]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*ConversationReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *ConversationReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[32]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use ConversationReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*ConversationReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{32}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) GetNewUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.NewUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) GetEntId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) GetUserType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.UserType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) GetEntUserId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.EntUserId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *ConversationReq) GetFiltrationId() string {
|
|
|
- if x != nil {
|
|
|
- return x.FiltrationId
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-//聊天保存
|
|
|
-type MessageSaveReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` //标题
|
|
|
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` //内容
|
|
|
- Type int64 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` //类型; 1:聊天 2:系统消息
|
|
|
- Appid string `protobuf:"bytes,4,opt,name=appid,proto3" json:"appid,omitempty"`
|
|
|
- GroupIds []int64 `protobuf:"varint,5,rep,packed,name=groupIds,proto3" json:"groupIds,omitempty"` //群聊id [群组id]
|
|
|
- ReceiverIds []int64 `protobuf:"varint,6,rep,packed,name=receiverIds,proto3" json:"receiverIds,omitempty"` //群聊接收人id [接收人为职位id]
|
|
|
- SendId int64 `protobuf:"varint,7,opt,name=sendId,proto3" json:"sendId,omitempty"` //发送人[发送人职位id]
|
|
|
- Item int64 `protobuf:"varint,8,opt,name=item,proto3" json:"item,omitempty"` //1-活动优惠 2-服务通知 3-订阅消息 4-项目动态 5-企业动态 6-分析报告 7-系统通知 8-聊天消息
|
|
|
- MessageType int64 `protobuf:"varint,9,opt,name=messageType,proto3" json:"messageType,omitempty"` //1:文本 2:链接 3:图片 4:附件
|
|
|
- Link string `protobuf:"bytes,10,opt,name=link,proto3" json:"link,omitempty"` //链接
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) Reset() {
|
|
|
- *x = MessageSaveReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[33]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*MessageSaveReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_messagecenter_proto_msgTypes[33]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use MessageSaveReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*MessageSaveReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_messagecenter_proto_rawDescGZIP(), []int{33}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetTitle() string {
|
|
|
- if x != nil {
|
|
|
- return x.Title
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetContent() string {
|
|
|
- if x != nil {
|
|
|
- return x.Content
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Type
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetAppid() string {
|
|
|
- if x != nil {
|
|
|
- return x.Appid
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetGroupIds() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.GroupIds
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetReceiverIds() []int64 {
|
|
|
- if x != nil {
|
|
|
- return x.ReceiverIds
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetSendId() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.SendId
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetItem() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.Item
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetMessageType() int64 {
|
|
|
- if x != nil {
|
|
|
- return x.MessageType
|
|
|
- }
|
|
|
- return 0
|
|
|
-}
|
|
|
-
|
|
|
-func (x *MessageSaveReq) GetLink() string {
|
|
|
- if x != nil {
|
|
|
- return x.Link
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-var File_messagecenter_proto protoreflect.FileDescriptor
|
|
|
-
|
|
|
-var file_messagecenter_proto_rawDesc = []byte{
|
|
|
- 0x0a, 0x13, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e,
|
|
|
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x22, 0x62, 0x0a, 0x08, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71,
|
|
|
- 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
- 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e,
|
|
|
- 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65,
|
|
|
- 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x9d, 0x01, 0x0a, 0x09, 0x43, 0x6f, 0x75,
|
|
|
- 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3e, 0x0a, 0x0b,
|
|
|
- 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
- 0x0b, 0x32, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65,
|
|
|
- 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52,
|
|
|
- 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1d, 0x0a, 0x0a,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65,
|
|
|
- 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0xf3, 0x02, 0x0a, 0x07, 0x55, 0x73, 0x65,
|
|
|
- 0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74,
|
|
|
- 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
|
|
|
- 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54,
|
|
|
- 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
|
|
|
- 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18,
|
|
|
- 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
- 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
- 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61,
|
|
|
- 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x12,
|
|
|
- 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73, 0x69,
|
|
|
- 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x41, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x69,
|
|
|
- 0x61, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x69, 0x73, 0x41, 0x72, 0x74, 0x69,
|
|
|
- 0x66, 0x69, 0x63, 0x69, 0x61, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61,
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69,
|
|
|
- 0x6c, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e,
|
|
|
- 0x74, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x12, 0x1c, 0x0a, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x18, 0x0c, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e,
|
|
|
- 0x0a, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x22, 0x8b,
|
|
|
- 0x01, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x04, 0x64,
|
|
|
- 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
- 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x45, 0x6e,
|
|
|
- 0x74, 0x69, 0x74, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72,
|
|
|
- 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72,
|
|
|
- 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
|
|
|
- 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
- 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x9b, 0x02, 0x0a,
|
|
|
- 0x0a, 0x55, 0x73, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
|
- 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65,
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a,
|
|
|
- 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70,
|
|
|
- 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
|
|
|
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12,
|
|
|
- 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x63,
|
|
|
- 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
|
- 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x75,
|
|
|
- 0x6d, 0x62, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x69, 0x6d, 0x67, 0x18,
|
|
|
- 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x69, 0x6d, 0x67, 0x12, 0x1a,
|
|
|
- 0x0a, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08,
|
|
|
- 0x52, 0x08, 0x69, 0x73, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0xb6, 0x02, 0x0a, 0x0a, 0x4d,
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67,
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18,
|
|
|
- 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x4c, 0x61, 0x73, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x06, 0x4c, 0x61, 0x73, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x69, 0x7a, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x04, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e,
|
|
|
- 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
|
|
|
- 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74,
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e,
|
|
|
- 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a,
|
|
|
- 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x73, 0x6f, 0x72,
|
|
|
- 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64,
|
|
|
- 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75,
|
|
|
- 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49,
|
|
|
- 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x22, 0x91, 0x01, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74,
|
|
|
- 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45,
|
|
|
- 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65,
|
|
|
- 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72,
|
|
|
- 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65,
|
|
|
- 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x95, 0x01, 0x0a, 0x0f, 0x53, 0x61, 0x76, 0x65,
|
|
|
- 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x63,
|
|
|
- 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e,
|
|
|
- 0x74, 0x12, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
|
- 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e,
|
|
|
- 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x04, 0x64,
|
|
|
- 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64,
|
|
|
- 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f,
|
|
|
- 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22,
|
|
|
- 0xd3, 0x04, 0x0a, 0x0d, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74,
|
|
|
- 0x79, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
|
|
|
- 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
|
|
|
- 0x74, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6e,
|
|
|
- 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x1f, 0x0a,
|
|
|
- 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x14,
|
|
|
- 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
- 0x70, 0x70, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x69, 0x74, 0x65, 0x6d, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55,
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74,
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65,
|
|
|
- 0x72, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73,
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x77, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65,
|
|
|
- 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x6f, 0x77, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
- 0x12, 0x0a, 0x04, 0x66, 0x6f, 0x6f, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x66,
|
|
|
- 0x6f, 0x6f, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
- 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x4e, 0x61, 0x6d,
|
|
|
- 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x6d, 0x67, 0x18, 0x0e, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, 0x62, 0x6f, 0x74, 0x49, 0x6d, 0x67, 0x12, 0x18, 0x0a,
|
|
|
- 0x07, 0x73, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
- 0x73, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x63, 0x65, 0x69,
|
|
|
- 0x76, 0x65, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x65, 0x63, 0x65,
|
|
|
- 0x69, 0x76, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x77, 0x6e, 0x49, 0x6d, 0x67, 0x18,
|
|
|
- 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x77, 0x6e, 0x49, 0x6d, 0x67, 0x12, 0x1c, 0x0a,
|
|
|
- 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61,
|
|
|
- 0x70, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61,
|
|
|
- 0x70, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x49, 0x64, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x49, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x49,
|
|
|
- 0x64, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76,
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x73, 0x22, 0xb4, 0x01, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65,
|
|
|
- 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49,
|
|
|
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x2c,
|
|
|
- 0x0a, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
|
- 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x63, 0x75, 0x73, 0x74, 0x6f,
|
|
|
- 0x6d, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
|
- 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73,
|
|
|
- 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x13, 0x63, 0x75,
|
|
|
- 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d,
|
|
|
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
|
|
|
- 0x72, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2f, 0x0a, 0x0f,
|
|
|
- 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12,
|
|
|
- 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x6b, 0x0a,
|
|
|
- 0x0f, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
|
- 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
- 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x09, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xc8, 0x01, 0x0a, 0x10, 0x53,
|
|
|
- 0x61, 0x76, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
- 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72,
|
|
|
- 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65,
|
|
|
- 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75,
|
|
|
- 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65,
|
|
|
- 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
|
|
|
- 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x6f, 0x77, 0x46, 0x6f,
|
|
|
- 0x72, 0x6d, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x6f, 0x77, 0x46,
|
|
|
- 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x22, 0x68, 0x0a, 0x0c, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x61,
|
|
|
- 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
- 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22,
|
|
|
- 0x83, 0x02, 0x0a, 0x0f, 0x52, 0x65, 0x61, 0x64, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77,
|
|
|
- 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49,
|
|
|
- 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a,
|
|
|
- 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70,
|
|
|
- 0x70, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74,
|
|
|
- 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69,
|
|
|
- 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
- 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x63, 0x6f, 0x6e,
|
|
|
- 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,
|
|
|
- 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e,
|
|
|
- 0x74, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72,
|
|
|
- 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22, 0x7b, 0x0a, 0x0b, 0x41, 0x70, 0x70, 0x72, 0x61, 0x69, 0x73,
|
|
|
- 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d,
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55,
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77,
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x70, 0x72, 0x61, 0x69,
|
|
|
- 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x70, 0x70, 0x72, 0x61, 0x69,
|
|
|
- 0x73, 0x65, 0x22, 0x4a, 0x0a, 0x0c, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64,
|
|
|
- 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x01,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x98,
|
|
|
- 0x01, 0x0a, 0x10, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65,
|
|
|
- 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65,
|
|
|
- 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61,
|
|
|
- 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e,
|
|
|
- 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49,
|
|
|
- 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x81, 0x01, 0x0a, 0x11, 0x43, 0x68,
|
|
|
- 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
- 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e,
|
|
|
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68,
|
|
|
- 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74,
|
|
|
- 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18,
|
|
|
- 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
|
|
|
- 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x87, 0x01,
|
|
|
- 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
|
- 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a,
|
|
|
- 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x03, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
|
- 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49,
|
|
|
- 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x7b, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x74, 0x47,
|
|
|
- 0x72, 0x6f, 0x75, 0x70, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e,
|
|
|
- 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x41, 0x72, 0x72, 0x18, 0x03, 0x20,
|
|
|
- 0x03, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x41, 0x72, 0x72, 0x12, 0x14,
|
|
|
- 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61,
|
|
|
- 0x70, 0x70, 0x49, 0x64, 0x22, 0x5f, 0x0a, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x71, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x08, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72,
|
|
|
- 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65,
|
|
|
- 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f,
|
|
|
- 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72,
|
|
|
- 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x63, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f,
|
|
|
- 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x63,
|
|
|
- 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x15, 0x0a,
|
|
|
- 0x06, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x65,
|
|
|
- 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20,
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0xf0, 0x01, 0x0a, 0x13, 0x43,
|
|
|
- 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x40, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
|
|
|
- 0x32, 0x2c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72,
|
|
|
- 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04,
|
|
|
- 0x64, 0x61, 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f,
|
|
|
- 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43,
|
|
|
- 0x6f, 0x64, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67,
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67,
|
|
|
- 0x1a, 0x5b, 0x0a, 0x09, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a,
|
|
|
- 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
|
|
|
- 0x38, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22,
|
|
|
- 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43,
|
|
|
- 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x49, 0x0a,
|
|
|
- 0x13, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03,
|
|
|
- 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74,
|
|
|
- 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73,
|
|
|
- 0x6f, 0x6e, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x83, 0x01, 0x0a, 0x0f, 0x43, 0x68, 0x61,
|
|
|
- 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
- 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
- 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08,
|
|
|
- 0x69, 0x73, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
- 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1e,
|
|
|
- 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x88,
|
|
|
- 0x01, 0x0a, 0x10, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4a, 0x6f, 0x69, 0x6e,
|
|
|
- 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72,
|
|
|
- 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
- 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x41,
|
|
|
- 0x72, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
- 0x41, 0x72, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x8a, 0x01, 0x0a, 0x12, 0x47, 0x72,
|
|
|
- 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71,
|
|
|
- 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
- 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x11, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e,
|
|
|
- 0x6f, 0x74, 0x69, 0x63, 0x65, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x63,
|
|
|
- 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x0b, 0x63, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x12, 0x18, 0x0a,
|
|
|
- 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x6c, 0x0a,
|
|
|
- 0x14, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61,
|
|
|
- 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f,
|
|
|
- 0x74, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x67, 0x72,
|
|
|
- 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
|
- 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f,
|
|
|
- 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x22, 0x80, 0x01, 0x0a, 0x12,
|
|
|
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
|
- 0x32, 0x1a, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72,
|
|
|
- 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x52, 0x04, 0x64, 0x61,
|
|
|
- 0x74, 0x61, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64,
|
|
|
- 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x4d,
|
|
|
- 0x0a, 0x0b, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x12, 0x18, 0x0a,
|
|
|
- 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
|
- 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22, 0xa3, 0x01,
|
|
|
- 0x0a, 0x0f, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05,
|
|
|
- 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70,
|
|
|
- 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x06,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x6e, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
|
|
|
- 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18,
|
|
|
- 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x6c, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x22, 0x8a, 0x02, 0x0a, 0x0e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x61, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
|
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63,
|
|
|
- 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70,
|
|
|
- 0x70, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x69, 0x64,
|
|
|
- 0x12, 0x1a, 0x0a, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x73, 0x18, 0x05, 0x20, 0x03,
|
|
|
- 0x28, 0x03, 0x52, 0x08, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
- 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x49, 0x64, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28,
|
|
|
- 0x03, 0x52, 0x0b, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x16,
|
|
|
- 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
|
- 0x73, 0x65, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x08,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04,
|
|
|
- 0x6c, 0x69, 0x6e, 0x6b, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x6b,
|
|
|
- 0x32, 0x9d, 0x0c, 0x0a, 0x0d, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x43, 0x65, 0x6e, 0x74,
|
|
|
- 0x65, 0x72, 0x12, 0x3a, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x17, 0x2e, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
- 0x74, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3b,
|
|
|
- 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52,
|
|
|
- 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74,
|
|
|
- 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x44, 0x0a, 0x0b, 0x46,
|
|
|
- 0x69, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x19, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
|
|
|
- 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63,
|
|
|
- 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x12, 0x4b, 0x0a, 0x0b, 0x53, 0x61, 0x76, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x12, 0x1c, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72,
|
|
|
- 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x1e,
|
|
|
- 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x53,
|
|
|
- 0x61, 0x76, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x52,
|
|
|
- 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73, 0x73,
|
|
|
- 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e,
|
|
|
- 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52,
|
|
|
- 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74,
|
|
|
- 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x52, 0x0a, 0x10, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x43, 0x68, 0x61, 0x74, 0x53,
|
|
|
- 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x53, 0x65, 0x73, 0x73,
|
|
|
- 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x53, 0x65, 0x73, 0x73, 0x69,
|
|
|
- 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4f, 0x0a, 0x10, 0x53, 0x61, 0x76, 0x65, 0x41, 0x75,
|
|
|
- 0x74, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d, 0x73, 0x67, 0x12, 0x1f, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x41,
|
|
|
- 0x75, 0x74, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73,
|
|
|
- 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74,
|
|
|
- 0x65, 0x52, 0x65, 0x61, 0x64, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
- 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74,
|
|
|
- 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x52, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1f, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63,
|
|
|
- 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c,
|
|
|
- 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x74, 0x47,
|
|
|
- 0x72, 0x6f, 0x75, 0x70, 0x41, 0x64, 0x64, 0x12, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75,
|
|
|
- 0x70, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x71, 0x12, 0x58, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65,
|
|
|
- 0x72, 0x73, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65,
|
|
|
- 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75,
|
|
|
- 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0d, 0x43,
|
|
|
- 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4a, 0x6f, 0x69, 0x6e, 0x12, 0x1f, 0x2e, 0x6d,
|
|
|
- 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61,
|
|
|
- 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4a, 0x6f, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e,
|
|
|
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x4e, 0x0a, 0x0f, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4e, 0x61, 0x6d, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4e, 0x61, 0x6d, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e,
|
|
|
- 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x4c, 0x0a, 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x41, 0x64, 0x64, 0x12, 0x20, 0x2e, 0x6d, 0x65, 0x73, 0x73,
|
|
|
- 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e,
|
|
|
- 0x6f, 0x74, 0x69, 0x63, 0x65, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
|
|
|
- 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x52, 0x0a, 0x11, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f,
|
|
|
- 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x6d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
- 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x18, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e,
|
|
|
- 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x56, 0x0a, 0x0e, 0x47, 0x72, 0x6f,
|
|
|
- 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x12, 0x21, 0x2e, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x68, 0x61, 0x74,
|
|
|
- 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x21,
|
|
|
- 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x47,
|
|
|
- 0x72, 0x6f, 0x75, 0x70, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x12, 0x4e, 0x0a, 0x0f, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x4d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61,
|
|
|
- 0x77, 0x52, 0x65, 0x71, 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x12, 0x4a, 0x0a, 0x0f, 0x41, 0x70, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x4d, 0x65, 0x73,
|
|
|
- 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65,
|
|
|
- 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x41, 0x70, 0x70, 0x72, 0x61, 0x69, 0x73, 0x65, 0x52, 0x65, 0x71,
|
|
|
- 0x1a, 0x1b, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72,
|
|
|
- 0x2e, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4b, 0x0a,
|
|
|
- 0x10, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73,
|
|
|
- 0x74, 0x12, 0x1e, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65,
|
|
|
- 0x72, 0x2e, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65,
|
|
|
- 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x44, 0x0a, 0x09, 0x47, 0x72,
|
|
|
- 0x6f, 0x75, 0x70, 0x43, 0x68, 0x61, 0x74, 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x61, 0x76, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
- 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71,
|
|
|
- 0x42, 0x11, 0x5a, 0x0f, 0x2e, 0x2f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x63, 0x65, 0x6e,
|
|
|
- 0x74, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
-}
|
|
|
-
|
|
|
-var (
|
|
|
- file_messagecenter_proto_rawDescOnce sync.Once
|
|
|
- file_messagecenter_proto_rawDescData = file_messagecenter_proto_rawDesc
|
|
|
-)
|
|
|
-
|
|
|
-func file_messagecenter_proto_rawDescGZIP() []byte {
|
|
|
- file_messagecenter_proto_rawDescOnce.Do(func() {
|
|
|
- file_messagecenter_proto_rawDescData = protoimpl.X.CompressGZIP(file_messagecenter_proto_rawDescData)
|
|
|
- })
|
|
|
- return file_messagecenter_proto_rawDescData
|
|
|
-}
|
|
|
-
|
|
|
-var file_messagecenter_proto_msgTypes = make([]protoimpl.MessageInfo, 35)
|
|
|
-var file_messagecenter_proto_goTypes = []interface{}{
|
|
|
- (*CountReq)(nil), // 0: messagecenter.CountReq
|
|
|
- (*CountResp)(nil), // 1: messagecenter.CountResp
|
|
|
- (*UserReq)(nil), // 2: messagecenter.UserReq
|
|
|
- (*UserResp)(nil), // 3: messagecenter.UserResp
|
|
|
- (*UserEntity)(nil), // 4: messagecenter.UserEntity
|
|
|
- (*MessageReq)(nil), // 5: messagecenter.MessageReq
|
|
|
- (*MessageResp)(nil), // 6: messagecenter.MessageResp
|
|
|
- (*SaveMessageResp)(nil), // 7: messagecenter.SaveMessageResp
|
|
|
- (*MessageEntity)(nil), // 8: messagecenter.MessageEntity
|
|
|
- (*ChatSessionReq)(nil), // 9: messagecenter.ChatSessionReq
|
|
|
- (*CloseSessionReq)(nil), // 10: messagecenter.CloseSessionReq
|
|
|
- (*ChatSessionResp)(nil), // 11: messagecenter.ChatSessionResp
|
|
|
- (*SaveAutoReplyReq)(nil), // 12: messagecenter.SaveAutoReplyReq
|
|
|
- (*ReadStateReq)(nil), // 13: messagecenter.ReadStateReq
|
|
|
- (*ReadWithdrawReq)(nil), // 14: messagecenter.ReadWithdrawReq
|
|
|
- (*AppraiseReq)(nil), // 15: messagecenter.AppraiseReq
|
|
|
- (*CurrencyResp)(nil), // 16: messagecenter.CurrencyResp
|
|
|
- (*ChatGroupListReq)(nil), // 17: messagecenter.ChatGroupListReq
|
|
|
- (*ChatGroupListResp)(nil), // 18: messagecenter.ChatGroupListResp
|
|
|
- (*ChatGroupList)(nil), // 19: messagecenter.ChatGroupList
|
|
|
- (*ChatGroupAddReq)(nil), // 20: messagecenter.ChatGroupAddReq
|
|
|
- (*CommonReq)(nil), // 21: messagecenter.CommonReq
|
|
|
- (*ChatGroupPersonReq)(nil), // 22: messagecenter.ChatGroupPersonReq
|
|
|
- (*ChatGroupPersonResp)(nil), // 23: messagecenter.ChatGroupPersonResp
|
|
|
- (*ChatGroupPersonList)(nil), // 24: messagecenter.ChatGroupPersonList
|
|
|
- (*ChatGroupPerson)(nil), // 25: messagecenter.ChatGroupPerson
|
|
|
- (*ChatGroupJoinReq)(nil), // 26: messagecenter.ChatGroupJoinReq
|
|
|
- (*GroupNameUpdateReq)(nil), // 27: messagecenter.GroupNameUpdateReq
|
|
|
- (*GroupNoticeAddReq)(nil), // 28: messagecenter.GroupNoticeAddReq
|
|
|
- (*GroupNoticeUpdateReq)(nil), // 29: messagecenter.GroupNoticeUpdateReq
|
|
|
- (*GroupNoticeGetResp)(nil), // 30: messagecenter.GroupNoticeGetResp
|
|
|
- (*GroupNotice)(nil), // 31: messagecenter.GroupNotice
|
|
|
- (*ConversationReq)(nil), // 32: messagecenter.ConversationReq
|
|
|
- (*MessageSaveReq)(nil), // 33: messagecenter.MessageSaveReq
|
|
|
- nil, // 34: messagecenter.ChatGroupPersonResp.DataEntry
|
|
|
-}
|
|
|
-var file_messagecenter_proto_depIdxs = []int32{
|
|
|
- 8, // 0: messagecenter.CountResp.lastMessage:type_name -> messagecenter.MessageEntity
|
|
|
- 4, // 1: messagecenter.UserResp.data:type_name -> messagecenter.UserEntity
|
|
|
- 8, // 2: messagecenter.MessageResp.data:type_name -> messagecenter.MessageEntity
|
|
|
- 8, // 3: messagecenter.SaveMessageResp.data:type_name -> messagecenter.MessageEntity
|
|
|
- 19, // 4: messagecenter.ChatGroupListResp.data:type_name -> messagecenter.ChatGroupList
|
|
|
- 34, // 5: messagecenter.ChatGroupPersonResp.data:type_name -> messagecenter.ChatGroupPersonResp.DataEntry
|
|
|
- 25, // 6: messagecenter.ChatGroupPersonList.data:type_name -> messagecenter.ChatGroupPerson
|
|
|
- 31, // 7: messagecenter.GroupNoticeGetResp.data:type_name -> messagecenter.GroupNotice
|
|
|
- 24, // 8: messagecenter.ChatGroupPersonResp.DataEntry.value:type_name -> messagecenter.ChatGroupPersonList
|
|
|
- 0, // 9: messagecenter.messageCenter.Count:input_type -> messagecenter.CountReq
|
|
|
- 2, // 10: messagecenter.messageCenter.UserList:input_type -> messagecenter.UserReq
|
|
|
- 5, // 11: messagecenter.messageCenter.FindMessage:input_type -> messagecenter.MessageReq
|
|
|
- 8, // 12: messagecenter.messageCenter.SaveMessage:input_type -> messagecenter.MessageEntity
|
|
|
- 9, // 13: messagecenter.messageCenter.CreateChatSession:input_type -> messagecenter.ChatSessionReq
|
|
|
- 10, // 14: messagecenter.messageCenter.CloseChatSession:input_type -> messagecenter.CloseSessionReq
|
|
|
- 12, // 15: messagecenter.messageCenter.SaveAutoReplyMsg:input_type -> messagecenter.SaveAutoReplyReq
|
|
|
- 13, // 16: messagecenter.messageCenter.UpdateReadById:input_type -> messagecenter.ReadStateReq
|
|
|
- 17, // 17: messagecenter.messageCenter.ChatGroupList:input_type -> messagecenter.ChatGroupListReq
|
|
|
- 20, // 18: messagecenter.messageCenter.ChatGroupAdd:input_type -> messagecenter.ChatGroupAddReq
|
|
|
- 22, // 19: messagecenter.messageCenter.ChatGroupPerson:input_type -> messagecenter.ChatGroupPersonReq
|
|
|
- 26, // 20: messagecenter.messageCenter.ChatGroupJoin:input_type -> messagecenter.ChatGroupJoinReq
|
|
|
- 27, // 21: messagecenter.messageCenter.GroupNameUpdate:input_type -> messagecenter.GroupNameUpdateReq
|
|
|
- 28, // 22: messagecenter.messageCenter.GroupNoticeAdd:input_type -> messagecenter.GroupNoticeAddReq
|
|
|
- 29, // 23: messagecenter.messageCenter.GroupNoticeUpdate:input_type -> messagecenter.GroupNoticeUpdateReq
|
|
|
- 22, // 24: messagecenter.messageCenter.GroupNoticeGet:input_type -> messagecenter.ChatGroupPersonReq
|
|
|
- 14, // 25: messagecenter.messageCenter.WithdrawMessage:input_type -> messagecenter.ReadWithdrawReq
|
|
|
- 15, // 26: messagecenter.messageCenter.AppraiseMessage:input_type -> messagecenter.AppraiseReq
|
|
|
- 32, // 27: messagecenter.messageCenter.ConversationList:input_type -> messagecenter.ConversationReq
|
|
|
- 33, // 28: messagecenter.messageCenter.GroupChat:input_type -> messagecenter.MessageSaveReq
|
|
|
- 1, // 29: messagecenter.messageCenter.Count:output_type -> messagecenter.CountResp
|
|
|
- 3, // 30: messagecenter.messageCenter.UserList:output_type -> messagecenter.UserResp
|
|
|
- 6, // 31: messagecenter.messageCenter.FindMessage:output_type -> messagecenter.MessageResp
|
|
|
- 7, // 32: messagecenter.messageCenter.SaveMessage:output_type -> messagecenter.SaveMessageResp
|
|
|
- 11, // 33: messagecenter.messageCenter.CreateChatSession:output_type -> messagecenter.ChatSessionResp
|
|
|
- 11, // 34: messagecenter.messageCenter.CloseChatSession:output_type -> messagecenter.ChatSessionResp
|
|
|
- 6, // 35: messagecenter.messageCenter.SaveAutoReplyMsg:output_type -> messagecenter.MessageResp
|
|
|
- 16, // 36: messagecenter.messageCenter.UpdateReadById:output_type -> messagecenter.CurrencyResp
|
|
|
- 18, // 37: messagecenter.messageCenter.ChatGroupList:output_type -> messagecenter.ChatGroupListResp
|
|
|
- 21, // 38: messagecenter.messageCenter.ChatGroupAdd:output_type -> messagecenter.CommonReq
|
|
|
- 23, // 39: messagecenter.messageCenter.ChatGroupPerson:output_type -> messagecenter.ChatGroupPersonResp
|
|
|
- 21, // 40: messagecenter.messageCenter.ChatGroupJoin:output_type -> messagecenter.CommonReq
|
|
|
- 21, // 41: messagecenter.messageCenter.GroupNameUpdate:output_type -> messagecenter.CommonReq
|
|
|
- 21, // 42: messagecenter.messageCenter.GroupNoticeAdd:output_type -> messagecenter.CommonReq
|
|
|
- 21, // 43: messagecenter.messageCenter.GroupNoticeUpdate:output_type -> messagecenter.CommonReq
|
|
|
- 30, // 44: messagecenter.messageCenter.GroupNoticeGet:output_type -> messagecenter.GroupNoticeGetResp
|
|
|
- 16, // 45: messagecenter.messageCenter.WithdrawMessage:output_type -> messagecenter.CurrencyResp
|
|
|
- 16, // 46: messagecenter.messageCenter.AppraiseMessage:output_type -> messagecenter.CurrencyResp
|
|
|
- 3, // 47: messagecenter.messageCenter.ConversationList:output_type -> messagecenter.UserResp
|
|
|
- 21, // 48: messagecenter.messageCenter.GroupChat:output_type -> messagecenter.CommonReq
|
|
|
- 29, // [29:49] is the sub-list for method output_type
|
|
|
- 9, // [9:29] is the sub-list for method input_type
|
|
|
- 9, // [9:9] is the sub-list for extension type_name
|
|
|
- 9, // [9:9] is the sub-list for extension extendee
|
|
|
- 0, // [0:9] is the sub-list for field type_name
|
|
|
-}
|
|
|
-
|
|
|
-func init() { file_messagecenter_proto_init() }
|
|
|
-func file_messagecenter_proto_init() {
|
|
|
- if File_messagecenter_proto != nil {
|
|
|
- return
|
|
|
- }
|
|
|
- if !protoimpl.UnsafeEnabled {
|
|
|
- file_messagecenter_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CountReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CountResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*UserReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*UserResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*UserEntity); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MessageReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MessageResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*SaveMessageResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MessageEntity); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatSessionReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CloseSessionReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatSessionResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*SaveAutoReplyReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ReadStateReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ReadWithdrawReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*AppraiseReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CurrencyResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupListReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupListResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupList); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupAddReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CommonReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupPersonReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupPersonResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupPersonList); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupPerson); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ChatGroupJoinReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GroupNameUpdateReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GroupNoticeAddReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GroupNoticeUpdateReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GroupNoticeGetResp); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GroupNotice); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ConversationReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_messagecenter_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*MessageSaveReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- type x struct{}
|
|
|
- out := protoimpl.TypeBuilder{
|
|
|
- File: protoimpl.DescBuilder{
|
|
|
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
- RawDescriptor: file_messagecenter_proto_rawDesc,
|
|
|
- NumEnums: 0,
|
|
|
- NumMessages: 35,
|
|
|
- NumExtensions: 0,
|
|
|
- NumServices: 1,
|
|
|
- },
|
|
|
- GoTypes: file_messagecenter_proto_goTypes,
|
|
|
- DependencyIndexes: file_messagecenter_proto_depIdxs,
|
|
|
- MessageInfos: file_messagecenter_proto_msgTypes,
|
|
|
- }.Build()
|
|
|
- File_messagecenter_proto = out.File
|
|
|
- file_messagecenter_proto_rawDesc = nil
|
|
|
- file_messagecenter_proto_goTypes = nil
|
|
|
- file_messagecenter_proto_depIdxs = nil
|
|
|
-}
|