|
|
@ -766,6 +766,86 @@ func (x *NoticeUserLoginReq) GetGatewayServiceId() string {
|
|
|
|
return ""
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//通知用户登录
|
|
|
|
|
|
|
|
type NoticeUserCreateReq struct {
|
|
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ip string `protobuf:"bytes,1,opt,name=Ip,proto3" json:"Ip"`
|
|
|
|
|
|
|
|
UserSessionId string `protobuf:"bytes,2,opt,name=UserSessionId,proto3" json:"UserSessionId"`
|
|
|
|
|
|
|
|
UserId string `protobuf:"bytes,3,opt,name=UserId,proto3" json:"UserId"`
|
|
|
|
|
|
|
|
ServiceTag string `protobuf:"bytes,4,opt,name=ServiceTag,proto3" json:"ServiceTag"`
|
|
|
|
|
|
|
|
GatewayServiceId string `protobuf:"bytes,5,opt,name=GatewayServiceId,proto3" json:"GatewayServiceId"`
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) Reset() {
|
|
|
|
|
|
|
|
*x = NoticeUserCreateReq{}
|
|
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
|
|
mi := &file_comm_proto_msgTypes[10]
|
|
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) String() string {
|
|
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (*NoticeUserCreateReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
mi := &file_comm_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 NoticeUserCreateReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
|
|
func (*NoticeUserCreateReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) GetIp() string {
|
|
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
|
|
return x.Ip
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) GetUserSessionId() string {
|
|
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
|
|
return x.UserSessionId
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) GetUserId() string {
|
|
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
|
|
return x.UserId
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) GetServiceTag() string {
|
|
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
|
|
return x.ServiceTag
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCreateReq) GetGatewayServiceId() string {
|
|
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
|
|
return x.GatewayServiceId
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return ""
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//通知用户离线
|
|
|
|
//通知用户离线
|
|
|
|
type NoticeUserCloseReq struct {
|
|
|
|
type NoticeUserCloseReq struct {
|
|
|
|
state protoimpl.MessageState
|
|
|
|
state protoimpl.MessageState
|
|
|
@ -782,7 +862,7 @@ type NoticeUserCloseReq struct {
|
|
|
|
func (x *NoticeUserCloseReq) Reset() {
|
|
|
|
func (x *NoticeUserCloseReq) Reset() {
|
|
|
|
*x = NoticeUserCloseReq{}
|
|
|
|
*x = NoticeUserCloseReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[10]
|
|
|
|
mi := &file_comm_proto_msgTypes[11]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -795,7 +875,7 @@ func (x *NoticeUserCloseReq) String() string {
|
|
|
|
func (*NoticeUserCloseReq) ProtoMessage() {}
|
|
|
|
func (*NoticeUserCloseReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCloseReq) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *NoticeUserCloseReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[10]
|
|
|
|
mi := &file_comm_proto_msgTypes[11]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -808,7 +888,7 @@ func (x *NoticeUserCloseReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use NoticeUserCloseReq.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use NoticeUserCloseReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NoticeUserCloseReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*NoticeUserCloseReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{10}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{11}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NoticeUserCloseReq) GetIp() string {
|
|
|
|
func (x *NoticeUserCloseReq) GetIp() string {
|
|
|
@ -858,7 +938,7 @@ type SkillData struct {
|
|
|
|
func (x *SkillData) Reset() {
|
|
|
|
func (x *SkillData) Reset() {
|
|
|
|
*x = SkillData{}
|
|
|
|
*x = SkillData{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[11]
|
|
|
|
mi := &file_comm_proto_msgTypes[12]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -871,7 +951,7 @@ func (x *SkillData) String() string {
|
|
|
|
func (*SkillData) ProtoMessage() {}
|
|
|
|
func (*SkillData) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *SkillData) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *SkillData) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[11]
|
|
|
|
mi := &file_comm_proto_msgTypes[12]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -884,7 +964,7 @@ func (x *SkillData) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use SkillData.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use SkillData.ProtoReflect.Descriptor instead.
|
|
|
|
func (*SkillData) Descriptor() ([]byte, []int) {
|
|
|
|
func (*SkillData) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{11}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{12}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *SkillData) GetSkillID() int32 {
|
|
|
|
func (x *SkillData) GetSkillID() int32 {
|
|
|
@ -915,7 +995,7 @@ type UserAssets struct {
|
|
|
|
func (x *UserAssets) Reset() {
|
|
|
|
func (x *UserAssets) Reset() {
|
|
|
|
*x = UserAssets{}
|
|
|
|
*x = UserAssets{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[12]
|
|
|
|
mi := &file_comm_proto_msgTypes[13]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -928,7 +1008,7 @@ func (x *UserAssets) String() string {
|
|
|
|
func (*UserAssets) ProtoMessage() {}
|
|
|
|
func (*UserAssets) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UserAssets) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *UserAssets) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[12]
|
|
|
|
mi := &file_comm_proto_msgTypes[13]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -941,7 +1021,7 @@ func (x *UserAssets) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UserAssets.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use UserAssets.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UserAssets) Descriptor() ([]byte, []int) {
|
|
|
|
func (*UserAssets) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{12}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{13}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UserAssets) GetA() string {
|
|
|
|
func (x *UserAssets) GetA() string {
|
|
|
@ -980,7 +1060,7 @@ type UserAtno struct {
|
|
|
|
func (x *UserAtno) Reset() {
|
|
|
|
func (x *UserAtno) Reset() {
|
|
|
|
*x = UserAtno{}
|
|
|
|
*x = UserAtno{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[13]
|
|
|
|
mi := &file_comm_proto_msgTypes[14]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -993,7 +1073,7 @@ func (x *UserAtno) String() string {
|
|
|
|
func (*UserAtno) ProtoMessage() {}
|
|
|
|
func (*UserAtno) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UserAtno) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *UserAtno) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[13]
|
|
|
|
mi := &file_comm_proto_msgTypes[14]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1006,7 +1086,7 @@ func (x *UserAtno) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UserAtno.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use UserAtno.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UserAtno) Descriptor() ([]byte, []int) {
|
|
|
|
func (*UserAtno) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{13}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{14}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UserAtno) GetA() string {
|
|
|
|
func (x *UserAtno) GetA() string {
|
|
|
@ -1049,7 +1129,7 @@ type TaskParam struct {
|
|
|
|
func (x *TaskParam) Reset() {
|
|
|
|
func (x *TaskParam) Reset() {
|
|
|
|
*x = TaskParam{}
|
|
|
|
*x = TaskParam{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[14]
|
|
|
|
mi := &file_comm_proto_msgTypes[15]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1062,7 +1142,7 @@ func (x *TaskParam) String() string {
|
|
|
|
func (*TaskParam) ProtoMessage() {}
|
|
|
|
func (*TaskParam) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *TaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *TaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[14]
|
|
|
|
mi := &file_comm_proto_msgTypes[15]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1075,7 +1155,7 @@ func (x *TaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use TaskParam.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use TaskParam.ProtoReflect.Descriptor instead.
|
|
|
|
func (*TaskParam) Descriptor() ([]byte, []int) {
|
|
|
|
func (*TaskParam) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{14}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{15}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *TaskParam) GetFirst() int32 {
|
|
|
|
func (x *TaskParam) GetFirst() int32 {
|
|
|
@ -1105,7 +1185,7 @@ type RtaskParam struct {
|
|
|
|
func (x *RtaskParam) Reset() {
|
|
|
|
func (x *RtaskParam) Reset() {
|
|
|
|
*x = RtaskParam{}
|
|
|
|
*x = RtaskParam{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[15]
|
|
|
|
mi := &file_comm_proto_msgTypes[16]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1118,7 +1198,7 @@ func (x *RtaskParam) String() string {
|
|
|
|
func (*RtaskParam) ProtoMessage() {}
|
|
|
|
func (*RtaskParam) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RtaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RtaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[15]
|
|
|
|
mi := &file_comm_proto_msgTypes[16]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1131,7 +1211,7 @@ func (x *RtaskParam) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RtaskParam.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RtaskParam.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RtaskParam) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RtaskParam) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{15}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{16}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RtaskParam) GetParam1() int32 {
|
|
|
|
func (x *RtaskParam) GetParam1() int32 {
|
|
|
@ -1166,7 +1246,7 @@ type UIdReq struct {
|
|
|
|
func (x *UIdReq) Reset() {
|
|
|
|
func (x *UIdReq) Reset() {
|
|
|
|
*x = UIdReq{}
|
|
|
|
*x = UIdReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[16]
|
|
|
|
mi := &file_comm_proto_msgTypes[17]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1179,7 +1259,7 @@ func (x *UIdReq) String() string {
|
|
|
|
func (*UIdReq) ProtoMessage() {}
|
|
|
|
func (*UIdReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UIdReq) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *UIdReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[16]
|
|
|
|
mi := &file_comm_proto_msgTypes[17]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1192,7 +1272,7 @@ func (x *UIdReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use UIdReq.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use UIdReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*UIdReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*UIdReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{16}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{17}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UIdReq) GetUid() string {
|
|
|
|
func (x *UIdReq) GetUid() string {
|
|
|
@ -1213,7 +1293,7 @@ type NameReq struct {
|
|
|
|
func (x *NameReq) Reset() {
|
|
|
|
func (x *NameReq) Reset() {
|
|
|
|
*x = NameReq{}
|
|
|
|
*x = NameReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[17]
|
|
|
|
mi := &file_comm_proto_msgTypes[18]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1226,7 +1306,7 @@ func (x *NameReq) String() string {
|
|
|
|
func (*NameReq) ProtoMessage() {}
|
|
|
|
func (*NameReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NameReq) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *NameReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[17]
|
|
|
|
mi := &file_comm_proto_msgTypes[18]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1239,7 +1319,7 @@ func (x *NameReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use NameReq.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use NameReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*NameReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*NameReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{17}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{18}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *NameReq) GetName() string {
|
|
|
|
func (x *NameReq) GetName() string {
|
|
|
@ -1258,7 +1338,7 @@ type EmptyReq struct {
|
|
|
|
func (x *EmptyReq) Reset() {
|
|
|
|
func (x *EmptyReq) Reset() {
|
|
|
|
*x = EmptyReq{}
|
|
|
|
*x = EmptyReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[18]
|
|
|
|
mi := &file_comm_proto_msgTypes[19]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1271,7 +1351,7 @@ func (x *EmptyReq) String() string {
|
|
|
|
func (*EmptyReq) ProtoMessage() {}
|
|
|
|
func (*EmptyReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *EmptyReq) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *EmptyReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[18]
|
|
|
|
mi := &file_comm_proto_msgTypes[19]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1284,7 +1364,7 @@ func (x *EmptyReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use EmptyReq.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use EmptyReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*EmptyReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*EmptyReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{18}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{19}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type EmptyResp struct {
|
|
|
|
type EmptyResp struct {
|
|
|
@ -1296,7 +1376,7 @@ type EmptyResp struct {
|
|
|
|
func (x *EmptyResp) Reset() {
|
|
|
|
func (x *EmptyResp) Reset() {
|
|
|
|
*x = EmptyResp{}
|
|
|
|
*x = EmptyResp{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[19]
|
|
|
|
mi := &file_comm_proto_msgTypes[20]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1309,7 +1389,7 @@ func (x *EmptyResp) String() string {
|
|
|
|
func (*EmptyResp) ProtoMessage() {}
|
|
|
|
func (*EmptyResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *EmptyResp) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *EmptyResp) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[19]
|
|
|
|
mi := &file_comm_proto_msgTypes[20]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1322,7 +1402,7 @@ func (x *EmptyResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use EmptyResp.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use EmptyResp.ProtoReflect.Descriptor instead.
|
|
|
|
func (*EmptyResp) Descriptor() ([]byte, []int) {
|
|
|
|
func (*EmptyResp) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{19}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{20}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// rpc 通用请求消息 1
|
|
|
|
// rpc 通用请求消息 1
|
|
|
@ -1337,7 +1417,7 @@ type RPCGeneralReqA1 struct {
|
|
|
|
func (x *RPCGeneralReqA1) Reset() {
|
|
|
|
func (x *RPCGeneralReqA1) Reset() {
|
|
|
|
*x = RPCGeneralReqA1{}
|
|
|
|
*x = RPCGeneralReqA1{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[20]
|
|
|
|
mi := &file_comm_proto_msgTypes[21]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1350,7 +1430,7 @@ func (x *RPCGeneralReqA1) String() string {
|
|
|
|
func (*RPCGeneralReqA1) ProtoMessage() {}
|
|
|
|
func (*RPCGeneralReqA1) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA1) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RPCGeneralReqA1) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[20]
|
|
|
|
mi := &file_comm_proto_msgTypes[21]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1363,7 +1443,7 @@ func (x *RPCGeneralReqA1) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RPCGeneralReqA1.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RPCGeneralReqA1.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RPCGeneralReqA1) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RPCGeneralReqA1) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{20}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{21}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA1) GetParam1() string {
|
|
|
|
func (x *RPCGeneralReqA1) GetParam1() string {
|
|
|
@ -1386,7 +1466,7 @@ type RPCGeneralReqA2 struct {
|
|
|
|
func (x *RPCGeneralReqA2) Reset() {
|
|
|
|
func (x *RPCGeneralReqA2) Reset() {
|
|
|
|
*x = RPCGeneralReqA2{}
|
|
|
|
*x = RPCGeneralReqA2{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[21]
|
|
|
|
mi := &file_comm_proto_msgTypes[22]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1399,7 +1479,7 @@ func (x *RPCGeneralReqA2) String() string {
|
|
|
|
func (*RPCGeneralReqA2) ProtoMessage() {}
|
|
|
|
func (*RPCGeneralReqA2) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA2) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RPCGeneralReqA2) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[21]
|
|
|
|
mi := &file_comm_proto_msgTypes[22]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1412,7 +1492,7 @@ func (x *RPCGeneralReqA2) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RPCGeneralReqA2.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RPCGeneralReqA2.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RPCGeneralReqA2) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RPCGeneralReqA2) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{21}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{22}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA2) GetParam1() string {
|
|
|
|
func (x *RPCGeneralReqA2) GetParam1() string {
|
|
|
@ -1443,7 +1523,7 @@ type RPCGeneralReqA3 struct {
|
|
|
|
func (x *RPCGeneralReqA3) Reset() {
|
|
|
|
func (x *RPCGeneralReqA3) Reset() {
|
|
|
|
*x = RPCGeneralReqA3{}
|
|
|
|
*x = RPCGeneralReqA3{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[22]
|
|
|
|
mi := &file_comm_proto_msgTypes[23]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1456,7 +1536,7 @@ func (x *RPCGeneralReqA3) String() string {
|
|
|
|
func (*RPCGeneralReqA3) ProtoMessage() {}
|
|
|
|
func (*RPCGeneralReqA3) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA3) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RPCGeneralReqA3) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[22]
|
|
|
|
mi := &file_comm_proto_msgTypes[23]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1469,7 +1549,7 @@ func (x *RPCGeneralReqA3) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RPCGeneralReqA3.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RPCGeneralReqA3.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RPCGeneralReqA3) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RPCGeneralReqA3) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{22}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{23}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA3) GetParam1() string {
|
|
|
|
func (x *RPCGeneralReqA3) GetParam1() string {
|
|
|
@ -1508,7 +1588,7 @@ type RPCGeneralReqA4 struct {
|
|
|
|
func (x *RPCGeneralReqA4) Reset() {
|
|
|
|
func (x *RPCGeneralReqA4) Reset() {
|
|
|
|
*x = RPCGeneralReqA4{}
|
|
|
|
*x = RPCGeneralReqA4{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[23]
|
|
|
|
mi := &file_comm_proto_msgTypes[24]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1521,7 +1601,7 @@ func (x *RPCGeneralReqA4) String() string {
|
|
|
|
func (*RPCGeneralReqA4) ProtoMessage() {}
|
|
|
|
func (*RPCGeneralReqA4) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA4) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RPCGeneralReqA4) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[23]
|
|
|
|
mi := &file_comm_proto_msgTypes[24]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1534,7 +1614,7 @@ func (x *RPCGeneralReqA4) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RPCGeneralReqA4.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RPCGeneralReqA4.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RPCGeneralReqA4) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RPCGeneralReqA4) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{23}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{24}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCGeneralReqA4) GetParam1() string {
|
|
|
|
func (x *RPCGeneralReqA4) GetParam1() string {
|
|
|
@ -1579,7 +1659,7 @@ type RPCRTaskReq struct {
|
|
|
|
func (x *RPCRTaskReq) Reset() {
|
|
|
|
func (x *RPCRTaskReq) Reset() {
|
|
|
|
*x = RPCRTaskReq{}
|
|
|
|
*x = RPCRTaskReq{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[24]
|
|
|
|
mi := &file_comm_proto_msgTypes[25]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1592,7 +1672,7 @@ func (x *RPCRTaskReq) String() string {
|
|
|
|
func (*RPCRTaskReq) ProtoMessage() {}
|
|
|
|
func (*RPCRTaskReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCRTaskReq) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *RPCRTaskReq) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[24]
|
|
|
|
mi := &file_comm_proto_msgTypes[25]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1605,7 +1685,7 @@ func (x *RPCRTaskReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RPCRTaskReq.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use RPCRTaskReq.ProtoReflect.Descriptor instead.
|
|
|
|
func (*RPCRTaskReq) Descriptor() ([]byte, []int) {
|
|
|
|
func (*RPCRTaskReq) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{24}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{25}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *RPCRTaskReq) GetUid() string {
|
|
|
|
func (x *RPCRTaskReq) GetUid() string {
|
|
|
@ -1653,7 +1733,7 @@ type ServiceDBInfo struct {
|
|
|
|
func (x *ServiceDBInfo) Reset() {
|
|
|
|
func (x *ServiceDBInfo) Reset() {
|
|
|
|
*x = ServiceDBInfo{}
|
|
|
|
*x = ServiceDBInfo{}
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
mi := &file_comm_proto_msgTypes[25]
|
|
|
|
mi := &file_comm_proto_msgTypes[26]
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1666,7 +1746,7 @@ func (x *ServiceDBInfo) String() string {
|
|
|
|
func (*ServiceDBInfo) ProtoMessage() {}
|
|
|
|
func (*ServiceDBInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *ServiceDBInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
func (x *ServiceDBInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
mi := &file_comm_proto_msgTypes[25]
|
|
|
|
mi := &file_comm_proto_msgTypes[26]
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@ -1679,7 +1759,7 @@ func (x *ServiceDBInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use ServiceDBInfo.ProtoReflect.Descriptor instead.
|
|
|
|
// Deprecated: Use ServiceDBInfo.ProtoReflect.Descriptor instead.
|
|
|
|
func (*ServiceDBInfo) Descriptor() ([]byte, []int) {
|
|
|
|
func (*ServiceDBInfo) Descriptor() ([]byte, []int) {
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{25}
|
|
|
|
return file_comm_proto_rawDescGZIP(), []int{26}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *ServiceDBInfo) GetServerid() string {
|
|
|
|
func (x *ServiceDBInfo) GetServerid() string {
|
|
|
@ -1865,101 +1945,112 @@ var file_comm_proto_rawDesc = []byte{
|
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54,
|
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54,
|
|
|
|
0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72,
|
|
|
|
0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72,
|
|
|
|
0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47, 0x61,
|
|
|
|
0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47, 0x61,
|
|
|
|
0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22, 0xae,
|
|
|
|
0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22, 0xaf,
|
|
|
|
0x01, 0x0a, 0x12, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x6c, 0x6f,
|
|
|
|
0x01, 0x0a, 0x13, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43, 0x72, 0x65,
|
|
|
|
0x73, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x70, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x09, 0x52, 0x02, 0x49, 0x70, 0x12, 0x24, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x73,
|
|
|
|
0x28, 0x09, 0x52, 0x02, 0x49, 0x70, 0x12, 0x24, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x53, 0x65,
|
|
|
|
0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x55, 0x73,
|
|
|
|
0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x55,
|
|
|
|
0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x55,
|
|
|
|
0x73, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65,
|
|
|
|
0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73,
|
|
|
|
0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54, 0x61,
|
|
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x54,
|
|
|
|
0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
|
|
|
0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
|
|
0x54, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65,
|
|
|
|
0x65, 0x54, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53,
|
|
|
|
0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x47,
|
|
|
|
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10,
|
|
|
|
0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x22,
|
|
|
|
0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64,
|
|
|
|
0x3f, 0x0a, 0x09, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
0x22, 0xae, 0x01, 0x0a, 0x12, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x55, 0x73, 0x65, 0x72, 0x43,
|
|
|
|
0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73,
|
|
|
|
0x6c, 0x6f, 0x73, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x70, 0x18, 0x01, 0x20,
|
|
|
|
0x6b, 0x69, 0x6c, 0x6c, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x4c,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x02, 0x49, 0x70, 0x12, 0x24, 0x0a, 0x0d, 0x55, 0x73, 0x65, 0x72, 0x53,
|
|
|
|
0x76, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x4c, 0x76,
|
|
|
|
0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
|
|
0x22, 0x36, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x0c,
|
|
|
|
0x55, 0x73, 0x65, 0x72, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a,
|
|
|
|
0x0a, 0x01, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x41, 0x12, 0x0c, 0x0a, 0x01,
|
|
|
|
0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55,
|
|
|
|
0x54, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x54, 0x12, 0x0c, 0x0a, 0x01, 0x4e, 0x18,
|
|
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x4e, 0x22, 0x42, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
0x54, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x53, 0x65, 0x72, 0x76, 0x69,
|
|
|
|
0x41, 0x74, 0x6e, 0x6f, 0x12, 0x0c, 0x0a, 0x01, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x63, 0x65, 0x54, 0x61, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
|
|
|
|
0x01, 0x41, 0x12, 0x0c, 0x0a, 0x01, 0x54, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x54,
|
|
|
|
0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x12, 0x0c, 0x0a, 0x01, 0x4e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x4e, 0x12, 0x0c,
|
|
|
|
0x10, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x49,
|
|
|
|
0x0a, 0x01, 0x4f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x4f, 0x22, 0x39, 0x0a, 0x09,
|
|
|
|
0x64, 0x22, 0x3f, 0x0a, 0x09, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18,
|
|
|
|
0x54, 0x61, 0x73, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x72,
|
|
|
|
0x0a, 0x07, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x66, 0x69, 0x72, 0x73, 0x74, 0x12,
|
|
|
|
0x07, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x6b, 0x69, 0x6c,
|
|
|
|
0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
0x6c, 0x4c, 0x76, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x6b, 0x69, 0x6c, 0x6c,
|
|
|
|
0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x22, 0x54, 0x0a, 0x0a, 0x52, 0x74, 0x61, 0x73, 0x6b,
|
|
|
|
0x4c, 0x76, 0x22, 0x36, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73,
|
|
|
|
0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18,
|
|
|
|
0x12, 0x0c, 0x0a, 0x01, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x41, 0x12, 0x0c,
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a,
|
|
|
|
0x0a, 0x01, 0x54, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x54, 0x12, 0x0c, 0x0a, 0x01,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70,
|
|
|
|
0x4e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x4e, 0x22, 0x42, 0x0a, 0x08, 0x55, 0x73,
|
|
|
|
0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18,
|
|
|
|
0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x12, 0x0c, 0x0a, 0x01, 0x41, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x22, 0x1a, 0x0a,
|
|
|
|
0x09, 0x52, 0x01, 0x41, 0x12, 0x0c, 0x0a, 0x01, 0x54, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x06, 0x55, 0x49, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
0x01, 0x54, 0x12, 0x0c, 0x0a, 0x01, 0x4e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x4e,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x07, 0x4e, 0x61, 0x6d,
|
|
|
|
0x12, 0x0c, 0x0a, 0x01, 0x4f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x01, 0x4f, 0x22, 0x39,
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x0a, 0x09, 0x54, 0x61, 0x73, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x66,
|
|
|
|
0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0a, 0x0a, 0x08, 0x45, 0x6d, 0x70, 0x74,
|
|
|
|
0x69, 0x72, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x66, 0x69, 0x72, 0x73,
|
|
|
|
0x79, 0x52, 0x65, 0x71, 0x22, 0x0b, 0x0a, 0x09, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x52, 0x65, 0x73,
|
|
|
|
0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
0x70, 0x22, 0x29, 0x0a, 0x0f, 0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52,
|
|
|
|
0x05, 0x52, 0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x22, 0x54, 0x0a, 0x0a, 0x52, 0x74, 0x61,
|
|
|
|
0x65, 0x71, 0x41, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01,
|
|
|
|
0x73, 0x6b, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x22, 0x41, 0x0a, 0x0f,
|
|
|
|
0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12,
|
|
|
|
0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x41, 0x32, 0x12,
|
|
|
|
0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
|
|
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
|
|
|
|
0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x22,
|
|
|
|
|
|
|
|
0x1a, 0x0a, 0x06, 0x55, 0x49, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64,
|
|
|
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x1d, 0x0a, 0x07, 0x4e,
|
|
|
|
|
|
|
|
0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,
|
|
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0a, 0x0a, 0x08, 0x45, 0x6d,
|
|
|
|
|
|
|
|
0x70, 0x74, 0x79, 0x52, 0x65, 0x71, 0x22, 0x0b, 0x0a, 0x09, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x52,
|
|
|
|
|
|
|
|
0x65, 0x73, 0x70, 0x22, 0x29, 0x0a, 0x0f, 0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
|
|
|
|
|
|
|
|
0x6c, 0x52, 0x65, 0x71, 0x41, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31,
|
|
|
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x22, 0x41,
|
|
|
|
|
|
|
|
0x0a, 0x0f, 0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x41,
|
|
|
|
|
|
|
|
0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
|
|
|
0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72,
|
|
|
|
|
|
|
|
0x61, 0x6d, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
|
|
|
|
0x32, 0x22, 0x59, 0x0a, 0x0f, 0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52,
|
|
|
|
|
|
|
|
0x65, 0x71, 0x41, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01,
|
|
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06,
|
|
|
|
|
|
|
|
0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61,
|
|
|
|
|
|
|
|
0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x03,
|
|
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x22, 0x71, 0x0a, 0x0f,
|
|
|
|
|
|
|
|
0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x41, 0x34, 0x12,
|
|
|
|
0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x22,
|
|
|
|
0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12,
|
|
|
|
0x59, 0x0a, 0x0f, 0x52, 0x50, 0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52, 0x65, 0x71,
|
|
|
|
0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x41, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61,
|
|
|
|
0x34, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x34, 0x22,
|
|
|
|
0x72, 0x61, 0x6d, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61,
|
|
|
|
0x51, 0x0a, 0x0b, 0x52, 0x50, 0x43, 0x52, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x10,
|
|
|
|
0x6d, 0x32, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64,
|
|
|
|
0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x22, 0x71, 0x0a, 0x0f, 0x52, 0x50,
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
0x43, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x41, 0x34, 0x12, 0x16, 0x0a,
|
|
|
|
0x28, 0x05, 0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70,
|
|
|
|
0x70, 0x61, 0x72, 0x61, 0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x05, 0x70, 0x61, 0x72,
|
|
|
|
0x61, 0x72, 0x61, 0x6d, 0x31, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x18,
|
|
|
|
0x61, 0x6d, 0x22, 0xa1, 0x03, 0x0a, 0x0d, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x42,
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x32, 0x12, 0x16, 0x0a,
|
|
|
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x64,
|
|
|
|
0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x33, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70,
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x64,
|
|
|
|
0x61, 0x72, 0x61, 0x6d, 0x33, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x34, 0x18,
|
|
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02,
|
|
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x34, 0x22, 0x51, 0x0a,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
|
0x0b, 0x52, 0x50, 0x43, 0x52, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03,
|
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1a,
|
|
|
|
0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x72, 0x6f, 0x73, 0x73, 0x18,
|
|
|
|
0x0a, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x72, 0x6f, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
0x52, 0x08, 0x74, 0x61, 0x73, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x61,
|
|
|
|
0x63, 0x72, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63,
|
|
|
|
0x72, 0x61, 0x6d, 0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x05, 0x70, 0x61, 0x72, 0x61, 0x6d,
|
|
|
|
0x72, 0x6f, 0x73, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6e, 0x67, 0x6c, 0x65,
|
|
|
|
0x22, 0xa1, 0x03, 0x0a, 0x0d, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x44, 0x42, 0x49, 0x6e,
|
|
|
|
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69,
|
|
|
|
0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
0x6e, 0x67, 0x6c, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70,
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x64, 0x12, 0x1e,
|
|
|
|
0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x70,
|
|
|
|
0x0a, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x64, 0x69, 0x73, 0x49,
|
|
|
|
0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14,
|
|
|
|
0x73, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e,
|
|
|
|
0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f,
|
|
|
|
0x72, 0x65, 0x64, 0x69, 0x73, 0x49, 0x73, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1c,
|
|
|
|
0x77, 0x6e, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x72, 0x6f, 0x73, 0x73, 0x18, 0x04, 0x20,
|
|
|
|
0x0a, 0x09, 0x72, 0x65, 0x64, 0x69, 0x73, 0x41, 0x64, 0x64, 0x72, 0x18, 0x09, 0x20, 0x03, 0x28,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x72, 0x6f, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x72,
|
|
|
|
0x09, 0x52, 0x09, 0x72, 0x65, 0x64, 0x69, 0x73, 0x41, 0x64, 0x64, 0x72, 0x12, 0x24, 0x0a, 0x0d,
|
|
|
|
0x6f, 0x73, 0x73, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x72, 0x6f,
|
|
|
|
0x72, 0x65, 0x64, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x0a, 0x20,
|
|
|
|
0x73, 0x73, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x73, 0x65,
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x64, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f,
|
|
|
|
0x72, 0x76, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, 0x69, 0x6e, 0x67,
|
|
|
|
0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x64, 0x69, 0x73, 0x44, 0x62, 0x18, 0x0b, 0x20,
|
|
|
|
0x6c, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e,
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x07, 0x72, 0x65, 0x64, 0x69, 0x73, 0x44, 0x62, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
0x74, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e,
|
|
|
|
0x4d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
0x74, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x64, 0x69, 0x73, 0x49, 0x73, 0x43,
|
|
|
|
0x52, 0x0a, 0x4d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f,
|
|
|
|
0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x72, 0x65,
|
|
|
|
0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x18,
|
|
|
|
0x64, 0x69, 0x73, 0x49, 0x73, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
|
0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x44, 0x61,
|
|
|
|
0x72, 0x65, 0x64, 0x69, 0x73, 0x41, 0x64, 0x64, 0x72, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
|
0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x2a, 0x43, 0x0a, 0x12, 0x48, 0x65, 0x72, 0x6f, 0x41, 0x74,
|
|
|
|
0x09, 0x72, 0x65, 0x64, 0x69, 0x73, 0x41, 0x64, 0x64, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65,
|
|
|
|
0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x06, 0x0a, 0x02,
|
|
|
|
0x64, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
|
|
0x48, 0x70, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x74, 0x6b, 0x10, 0x01, 0x12, 0x07, 0x0a,
|
|
|
|
0x09, 0x52, 0x0d, 0x72, 0x65, 0x64, 0x69, 0x73, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
|
|
|
|
0x03, 0x44, 0x65, 0x66, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10,
|
|
|
|
0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x64, 0x69, 0x73, 0x44, 0x62, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
|
|
0x03, 0x12, 0x08, 0x0a, 0x04, 0x43, 0x72, 0x69, 0x74, 0x10, 0x04, 0x42, 0x06, 0x5a, 0x04, 0x2e,
|
|
|
|
0x05, 0x52, 0x07, 0x72, 0x65, 0x64, 0x69, 0x73, 0x44, 0x62, 0x12, 0x1e, 0x0a, 0x0a, 0x4d, 0x6f,
|
|
|
|
0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
0x6e, 0x67, 0x6f, 0x64, 0x62, 0x55, 0x72, 0x6c, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
|
|
|
|
|
0x4d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x55, 0x72, 0x6c, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x6f,
|
|
|
|
|
|
|
|
0x6e, 0x67, 0x6f, 0x64, 0x62, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x18, 0x0d, 0x20,
|
|
|
|
|
|
|
|
0x01, 0x28, 0x09, 0x52, 0x0f, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x64, 0x62, 0x44, 0x61, 0x74, 0x61,
|
|
|
|
|
|
|
|
0x62, 0x61, 0x73, 0x65, 0x2a, 0x43, 0x0a, 0x12, 0x48, 0x65, 0x72, 0x6f, 0x41, 0x74, 0x74, 0x72,
|
|
|
|
|
|
|
|
0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x06, 0x0a, 0x02, 0x48, 0x70,
|
|
|
|
|
|
|
|
0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x74, 0x6b, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x44,
|
|
|
|
|
|
|
|
0x65, 0x66, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0x03, 0x12,
|
|
|
|
|
|
|
|
0x08, 0x0a, 0x04, 0x43, 0x72, 0x69, 0x74, 0x10, 0x04, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70,
|
|
|
|
|
|
|
|
0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
var (
|
|
|
@ -1975,7 +2066,7 @@ func file_comm_proto_rawDescGZIP() []byte {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var file_comm_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
|
var file_comm_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
|
|
var file_comm_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
|
|
var file_comm_proto_msgTypes = make([]protoimpl.MessageInfo, 27)
|
|
|
|
var file_comm_proto_goTypes = []interface{}{
|
|
|
|
var file_comm_proto_goTypes = []interface{}{
|
|
|
|
(HeroAttributesType)(0), // 0: HeroAttributesType
|
|
|
|
(HeroAttributesType)(0), // 0: HeroAttributesType
|
|
|
|
(*UserMessage)(nil), // 1: UserMessage
|
|
|
|
(*UserMessage)(nil), // 1: UserMessage
|
|
|
@ -1988,34 +2079,35 @@ var file_comm_proto_goTypes = []interface{}{
|
|
|
|
(*BroadCastMessageReq)(nil), // 8: BroadCastMessageReq
|
|
|
|
(*BroadCastMessageReq)(nil), // 8: BroadCastMessageReq
|
|
|
|
(*AgentCloseeReq)(nil), // 9: AgentCloseeReq
|
|
|
|
(*AgentCloseeReq)(nil), // 9: AgentCloseeReq
|
|
|
|
(*NoticeUserLoginReq)(nil), // 10: NoticeUserLoginReq
|
|
|
|
(*NoticeUserLoginReq)(nil), // 10: NoticeUserLoginReq
|
|
|
|
(*NoticeUserCloseReq)(nil), // 11: NoticeUserCloseReq
|
|
|
|
(*NoticeUserCreateReq)(nil), // 11: NoticeUserCreateReq
|
|
|
|
(*SkillData)(nil), // 12: SkillData
|
|
|
|
(*NoticeUserCloseReq)(nil), // 12: NoticeUserCloseReq
|
|
|
|
(*UserAssets)(nil), // 13: UserAssets
|
|
|
|
(*SkillData)(nil), // 13: SkillData
|
|
|
|
(*UserAtno)(nil), // 14: UserAtno
|
|
|
|
(*UserAssets)(nil), // 14: UserAssets
|
|
|
|
(*TaskParam)(nil), // 15: TaskParam
|
|
|
|
(*UserAtno)(nil), // 15: UserAtno
|
|
|
|
(*RtaskParam)(nil), // 16: RtaskParam
|
|
|
|
(*TaskParam)(nil), // 16: TaskParam
|
|
|
|
(*UIdReq)(nil), // 17: UIdReq
|
|
|
|
(*RtaskParam)(nil), // 17: RtaskParam
|
|
|
|
(*NameReq)(nil), // 18: NameReq
|
|
|
|
(*UIdReq)(nil), // 18: UIdReq
|
|
|
|
(*EmptyReq)(nil), // 19: EmptyReq
|
|
|
|
(*NameReq)(nil), // 19: NameReq
|
|
|
|
(*EmptyResp)(nil), // 20: EmptyResp
|
|
|
|
(*EmptyReq)(nil), // 20: EmptyReq
|
|
|
|
(*RPCGeneralReqA1)(nil), // 21: RPCGeneralReqA1
|
|
|
|
(*EmptyResp)(nil), // 21: EmptyResp
|
|
|
|
(*RPCGeneralReqA2)(nil), // 22: RPCGeneralReqA2
|
|
|
|
(*RPCGeneralReqA1)(nil), // 22: RPCGeneralReqA1
|
|
|
|
(*RPCGeneralReqA3)(nil), // 23: RPCGeneralReqA3
|
|
|
|
(*RPCGeneralReqA2)(nil), // 23: RPCGeneralReqA2
|
|
|
|
(*RPCGeneralReqA4)(nil), // 24: RPCGeneralReqA4
|
|
|
|
(*RPCGeneralReqA3)(nil), // 24: RPCGeneralReqA3
|
|
|
|
(*RPCRTaskReq)(nil), // 25: RPCRTaskReq
|
|
|
|
(*RPCGeneralReqA4)(nil), // 25: RPCGeneralReqA4
|
|
|
|
(*ServiceDBInfo)(nil), // 26: ServiceDBInfo
|
|
|
|
(*RPCRTaskReq)(nil), // 26: RPCRTaskReq
|
|
|
|
(*anypb.Any)(nil), // 27: google.protobuf.Any
|
|
|
|
(*ServiceDBInfo)(nil), // 27: ServiceDBInfo
|
|
|
|
(ErrorCode)(0), // 28: ErrorCode
|
|
|
|
(*anypb.Any)(nil), // 28: google.protobuf.Any
|
|
|
|
|
|
|
|
(ErrorCode)(0), // 29: ErrorCode
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var file_comm_proto_depIdxs = []int32{
|
|
|
|
var file_comm_proto_depIdxs = []int32{
|
|
|
|
27, // 0: UserMessage.data:type_name -> google.protobuf.Any
|
|
|
|
28, // 0: UserMessage.data:type_name -> google.protobuf.Any
|
|
|
|
27, // 1: AgentMessage.Message:type_name -> google.protobuf.Any
|
|
|
|
28, // 1: AgentMessage.Message:type_name -> google.protobuf.Any
|
|
|
|
28, // 2: RPCMessageReply.Code:type_name -> ErrorCode
|
|
|
|
29, // 2: RPCMessageReply.Code:type_name -> ErrorCode
|
|
|
|
27, // 3: RPCMessageReply.ErrorData:type_name -> google.protobuf.Any
|
|
|
|
28, // 3: RPCMessageReply.ErrorData:type_name -> google.protobuf.Any
|
|
|
|
1, // 4: RPCMessageReply.Reply:type_name -> UserMessage
|
|
|
|
1, // 4: RPCMessageReply.Reply:type_name -> UserMessage
|
|
|
|
1, // 5: AgentSendMessageReq.Reply:type_name -> UserMessage
|
|
|
|
1, // 5: AgentSendMessageReq.Reply:type_name -> UserMessage
|
|
|
|
27, // 6: BatchMessageReq.Data:type_name -> google.protobuf.Any
|
|
|
|
28, // 6: BatchMessageReq.Data:type_name -> google.protobuf.Any
|
|
|
|
27, // 7: BroadCastMessageReq.Data:type_name -> google.protobuf.Any
|
|
|
|
28, // 7: BroadCastMessageReq.Data:type_name -> google.protobuf.Any
|
|
|
|
8, // [8:8] is the sub-list for method output_type
|
|
|
|
8, // [8:8] is the sub-list for method output_type
|
|
|
|
8, // [8:8] is the sub-list for method input_type
|
|
|
|
8, // [8:8] is the sub-list for method input_type
|
|
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
|
@ -2151,7 +2243,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*NoticeUserCloseReq); i {
|
|
|
|
switch v := v.(*NoticeUserCreateReq); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2163,7 +2255,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*SkillData); i {
|
|
|
|
switch v := v.(*NoticeUserCloseReq); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2175,7 +2267,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*UserAssets); i {
|
|
|
|
switch v := v.(*SkillData); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2187,7 +2279,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*UserAtno); i {
|
|
|
|
switch v := v.(*UserAssets); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2199,7 +2291,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*TaskParam); i {
|
|
|
|
switch v := v.(*UserAtno); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2211,7 +2303,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RtaskParam); i {
|
|
|
|
switch v := v.(*TaskParam); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2223,7 +2315,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*UIdReq); i {
|
|
|
|
switch v := v.(*RtaskParam); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2235,7 +2327,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*NameReq); i {
|
|
|
|
switch v := v.(*UIdReq); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2247,7 +2339,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*EmptyReq); i {
|
|
|
|
switch v := v.(*NameReq); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2259,7 +2351,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*EmptyResp); i {
|
|
|
|
switch v := v.(*EmptyReq); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2271,7 +2363,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RPCGeneralReqA1); i {
|
|
|
|
switch v := v.(*EmptyResp); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2283,7 +2375,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RPCGeneralReqA2); i {
|
|
|
|
switch v := v.(*RPCGeneralReqA1); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2295,7 +2387,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RPCGeneralReqA3); i {
|
|
|
|
switch v := v.(*RPCGeneralReqA2); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2307,7 +2399,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RPCGeneralReqA4); i {
|
|
|
|
switch v := v.(*RPCGeneralReqA3); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2319,7 +2411,7 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*RPCRTaskReq); i {
|
|
|
|
switch v := v.(*RPCGeneralReqA4); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
|
case 1:
|
|
|
|
case 1:
|
|
|
@ -2331,6 +2423,18 @@ func file_comm_proto_init() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
file_comm_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
file_comm_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
|
|
switch v := v.(*RPCRTaskReq); i {
|
|
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
|
|
|
return nil
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
file_comm_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
switch v := v.(*ServiceDBInfo); i {
|
|
|
|
switch v := v.(*ServiceDBInfo); i {
|
|
|
|
case 0:
|
|
|
|
case 0:
|
|
|
|
return &v.state
|
|
|
|
return &v.state
|
|
|
@ -2349,7 +2453,7 @@ func file_comm_proto_init() {
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
RawDescriptor: file_comm_proto_rawDesc,
|
|
|
|
RawDescriptor: file_comm_proto_rawDesc,
|
|
|
|
NumEnums: 1,
|
|
|
|
NumEnums: 1,
|
|
|
|
NumMessages: 26,
|
|
|
|
NumMessages: 27,
|
|
|
|
NumExtensions: 0,
|
|
|
|
NumExtensions: 0,
|
|
|
|
NumServices: 0,
|
|
|
|
NumServices: 0,
|
|
|
|
},
|
|
|
|
},
|
|
|
|