|
@@ -2253,7 +2253,7 @@ func (x *UserIdReq) GetUnionid() string {
|
|
}
|
|
}
|
|
|
|
|
|
//工作桌面
|
|
//工作桌面
|
|
-type WorkDesktopMenuReq struct {
|
|
|
|
|
|
+type WorkDesktopMenuInfoReq struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -2264,8 +2264,8 @@ type WorkDesktopMenuReq struct {
|
|
Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) Reset() {
|
|
|
|
- *x = WorkDesktopMenuReq{}
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) Reset() {
|
|
|
|
+ *x = WorkDesktopMenuInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_userCenter_proto_msgTypes[28]
|
|
mi := &file_userCenter_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2273,13 +2273,13 @@ func (x *WorkDesktopMenuReq) Reset() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) String() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-func (*WorkDesktopMenuReq) ProtoMessage() {}
|
|
|
|
|
|
+func (*WorkDesktopMenuInfoReq) ProtoMessage() {}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_userCenter_proto_msgTypes[28]
|
|
mi := &file_userCenter_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2291,33 +2291,33 @@ func (x *WorkDesktopMenuReq) ProtoReflect() protoreflect.Message {
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-// Deprecated: Use WorkDesktopMenuReq.ProtoReflect.Descriptor instead.
|
|
|
|
-func (*WorkDesktopMenuReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
+// Deprecated: Use WorkDesktopMenuInfoReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*WorkDesktopMenuInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_userCenter_proto_rawDescGZIP(), []int{28}
|
|
return file_userCenter_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) GetUserId() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) GetUserId() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.UserId
|
|
return x.UserId
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) GetAppId() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) GetAppId() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AppId
|
|
return x.AppId
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) GetPlatform() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) GetPlatform() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Platform
|
|
return x.Platform
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuReq) GetPhone() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoReq) GetPhone() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Phone
|
|
return x.Phone
|
|
}
|
|
}
|
|
@@ -2325,7 +2325,7 @@ func (x *WorkDesktopMenuReq) GetPhone() string {
|
|
}
|
|
}
|
|
|
|
|
|
//工作桌面-返回数据
|
|
//工作桌面-返回数据
|
|
-type WorkDesktopMenuResp struct {
|
|
|
|
|
|
+type WorkDesktopMenuInfoResp struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -2335,8 +2335,8 @@ type WorkDesktopMenuResp struct {
|
|
Data *MenuData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
Data *MenuData `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) Reset() {
|
|
|
|
- *x = WorkDesktopMenuResp{}
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) Reset() {
|
|
|
|
+ *x = WorkDesktopMenuInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_userCenter_proto_msgTypes[29]
|
|
mi := &file_userCenter_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2344,13 +2344,13 @@ func (x *WorkDesktopMenuResp) Reset() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) String() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-func (*WorkDesktopMenuResp) ProtoMessage() {}
|
|
|
|
|
|
+func (*WorkDesktopMenuInfoResp) ProtoMessage() {}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_userCenter_proto_msgTypes[29]
|
|
mi := &file_userCenter_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -2362,26 +2362,26 @@ func (x *WorkDesktopMenuResp) ProtoReflect() protoreflect.Message {
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
}
|
|
}
|
|
|
|
|
|
-// Deprecated: Use WorkDesktopMenuResp.ProtoReflect.Descriptor instead.
|
|
|
|
-func (*WorkDesktopMenuResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
+// Deprecated: Use WorkDesktopMenuInfoResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*WorkDesktopMenuInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_userCenter_proto_rawDescGZIP(), []int{29}
|
|
return file_userCenter_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) GetErrorCode() int64 {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) GetErrorCode() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.ErrorCode
|
|
return x.ErrorCode
|
|
}
|
|
}
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) GetErrorMsg() string {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) GetErrorMsg() string {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.ErrorMsg
|
|
return x.ErrorMsg
|
|
}
|
|
}
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *WorkDesktopMenuResp) GetData() *MenuData {
|
|
|
|
|
|
+func (x *WorkDesktopMenuInfoResp) GetData() *MenuData {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.Data
|
|
return x.Data
|
|
}
|
|
}
|
|
@@ -2783,6 +2783,159 @@ func (x *TipInfo) GetIsShowCancel() bool {
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+//工作桌面 菜单选择类型 全部/可用
|
|
|
|
+//工作桌面 常用功能更新
|
|
|
|
+type WorkDesktopComprehensiveReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ UserId string `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
|
|
|
|
+ AppId string `protobuf:"bytes,2,opt,name=appId,proto3" json:"appId,omitempty"`
|
|
|
|
+ Platform string `protobuf:"bytes,3,opt,name=platform,proto3" json:"platform,omitempty"`
|
|
|
|
+ Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
|
|
+ ActionMode string `protobuf:"bytes,5,opt,name=actionMode,proto3" json:"actionMode,omitempty"`
|
|
|
|
+ MenuMode string `protobuf:"bytes,6,opt,name=menuMode,proto3" json:"menuMode,omitempty"`
|
|
|
|
+ MenuIds string `protobuf:"bytes,7,opt,name=menuIds,proto3" json:"menuIds,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) Reset() {
|
|
|
|
+ *x = WorkDesktopComprehensiveReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[35]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*WorkDesktopComprehensiveReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[35]
|
|
|
|
+ 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 WorkDesktopComprehensiveReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*WorkDesktopComprehensiveReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{35}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetUserId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.UserId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetAppId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.AppId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetPlatform() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Platform
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetPhone() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Phone
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetActionMode() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ActionMode
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetMenuMode() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MenuMode
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveReq) GetMenuIds() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MenuIds
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+//工作桌面 综合功能-返回数据
|
|
|
|
+type WorkDesktopComprehensiveResp struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ ErrorCode int64 `protobuf:"varint,1,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
|
|
|
|
+ ErrorMsg string `protobuf:"bytes,2,opt,name=error_msg,json=errorMsg,proto3" json:"error_msg,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveResp) Reset() {
|
|
|
|
+ *x = WorkDesktopComprehensiveResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[36]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*WorkDesktopComprehensiveResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_userCenter_proto_msgTypes[36]
|
|
|
|
+ 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 WorkDesktopComprehensiveResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*WorkDesktopComprehensiveResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_userCenter_proto_rawDescGZIP(), []int{36}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveResp) GetErrorCode() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorCode
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *WorkDesktopComprehensiveResp) GetErrorMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorMsg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
var File_userCenter_proto protoreflect.FileDescriptor
|
|
var File_userCenter_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_userCenter_proto_rawDesc = []byte{
|
|
var file_userCenter_proto_rawDesc = []byte{
|
|
@@ -3072,105 +3225,131 @@ var file_userCenter_proto_rawDesc = []byte{
|
|
0x12, 0x19, 0x0a, 0x08, 0x61, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01,
|
|
0x12, 0x19, 0x0a, 0x08, 0x61, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x07, 0x61, 0x4f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x75,
|
|
0x28, 0x09, 0x52, 0x07, 0x61, 0x4f, 0x70, 0x65, 0x6e, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x75,
|
|
0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x6e,
|
|
0x6e, 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x75, 0x6e,
|
|
- 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x22, 0x74, 0x0a, 0x12, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73,
|
|
|
|
- 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 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, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
- 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61,
|
|
|
|
- 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61,
|
|
|
|
- 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x22, 0x70, 0x0a, 0x13, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65,
|
|
|
|
- 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65,
|
|
|
|
- 0x18, 0x01, 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, 0x02,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d,
|
|
|
|
- 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4d,
|
|
|
|
- 0x65, 0x6e, 0x75, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x4d, 0x0a,
|
|
|
|
- 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x6e,
|
|
|
|
- 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x6e,
|
|
|
|
- 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73,
|
|
|
|
- 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69,
|
|
|
|
- 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x84, 0x01, 0x0a,
|
|
|
|
- 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a,
|
|
|
|
- 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f,
|
|
|
|
- 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
|
|
|
|
- 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
- 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x05, 0x63,
|
|
|
|
- 0x68, 0x69, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x53, 0x65, 0x63,
|
|
|
|
- 0x6f, 0x6e, 0x64, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x05, 0x63, 0x68,
|
|
|
|
- 0x69, 0x6c, 0x64, 0x22, 0x8a, 0x01, 0x0a, 0x0f, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x4c, 0x65,
|
|
|
|
- 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69,
|
|
|
|
- 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12,
|
|
|
|
- 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72,
|
|
|
|
- 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
- 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x25, 0x0a, 0x05, 0x63, 0x68, 0x69,
|
|
|
|
- 0x6c, 0x64, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x54, 0x68, 0x72, 0x65, 0x65,
|
|
|
|
- 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x05, 0x63, 0x68, 0x69, 0x6c, 0x64,
|
|
|
|
- 0x22, 0xd6, 0x01, 0x0a, 0x0e, 0x54, 0x68, 0x72, 0x65, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d,
|
|
|
|
- 0x65, 0x6e, 0x75, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18,
|
|
|
|
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75,
|
|
|
|
- 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a,
|
|
|
|
- 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75,
|
|
|
|
- 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
|
|
- 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69,
|
|
|
|
- 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73,
|
|
|
|
- 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x22, 0x0a, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
- 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x54, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
- 0x52, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x9f, 0x01, 0x0a, 0x07, 0x54, 0x69,
|
|
|
|
- 0x70, 0x49, 0x6e, 0x66, 0x6f, 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, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
|
|
|
- 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
|
- 0x72, 0x6d, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d,
|
|
|
|
- 0x54, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x66,
|
|
|
|
- 0x69, 0x72, 0x6d, 0x54, 0x65, 0x78, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x53, 0x68, 0x6f,
|
|
|
|
- 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x69,
|
|
|
|
- 0x73, 0x53, 0x68, 0x6f, 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x32, 0xcb, 0x04, 0x0a, 0x0a,
|
|
|
|
- 0x55, 0x73, 0x65, 0x72, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e,
|
|
|
|
- 0x74, 0x41, 0x75, 0x74, 0x68, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
- 0x12, 0x27, 0x0a, 0x0a, 0x45, 0x6e, 0x74, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x0b,
|
|
|
|
- 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78,
|
|
|
|
- 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74,
|
|
|
|
- 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
|
|
- 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
- 0x30, 0x0a, 0x0b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0f,
|
|
|
|
- 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
|
- 0x10, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73,
|
|
|
|
- 0x70, 0x12, 0x27, 0x0a, 0x08, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x12, 0x0c, 0x2e,
|
|
|
|
- 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x43, 0x68,
|
|
|
|
- 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x07, 0x45, 0x6e,
|
|
|
|
- 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74,
|
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73,
|
|
|
|
- 0x70, 0x12, 0x28, 0x0a, 0x09, 0x45, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0d,
|
|
|
|
- 0x2e, 0x45, 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e,
|
|
|
|
- 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0b, 0x45,
|
|
|
|
- 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x2e, 0x43, 0x68, 0x65,
|
|
|
|
- 0x63, 0x6b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45,
|
|
|
|
- 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0f, 0x47, 0x65,
|
|
|
|
- 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x2e,
|
|
|
|
- 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79,
|
|
|
|
- 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
- 0x41, 0x64, 0x64, 0x12, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71,
|
|
|
|
- 0x1a, 0x0c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x26,
|
|
|
|
- 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0a, 0x2e, 0x55,
|
|
|
|
- 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69,
|
|
|
|
- 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x07, 0x55, 0x73, 0x65, 0x72, 0x44, 0x65,
|
|
|
|
- 0x6c, 0x12, 0x0a, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e,
|
|
|
|
- 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0f, 0x57,
|
|
|
|
- 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x13,
|
|
|
|
- 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75,
|
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f,
|
|
|
|
- 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70,
|
|
|
|
- 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x69, 0x64, 0x22, 0x78, 0x0a, 0x16, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73,
|
|
|
|
+ 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 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, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64,
|
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a,
|
|
|
|
+ 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f,
|
|
|
|
+ 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x22,
|
|
|
|
+ 0x74, 0x0a, 0x17, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65,
|
|
|
|
+ 0x6e, 0x75, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72,
|
|
|
|
+ 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 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, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72,
|
|
|
|
+ 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x4d, 0x65, 0x6e, 0x75, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
|
|
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x4d, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x44, 0x61, 0x74,
|
|
|
|
+ 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a,
|
|
|
|
+ 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
|
|
+ 0x09, 0x2e, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75,
|
|
|
|
+ 0x4c, 0x69, 0x73, 0x74, 0x22, 0x84, 0x01, 0x0a, 0x08, 0x4d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c,
|
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75,
|
|
|
|
+ 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61,
|
|
|
|
+ 0x62, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x05, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x03,
|
|
|
|
+ 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x4c, 0x65, 0x76, 0x65, 0x6c,
|
|
|
|
+ 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x05, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x22, 0x8a, 0x01, 0x0a, 0x0f,
|
|
|
|
+ 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e, 0x75, 0x12,
|
|
|
|
+ 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
|
|
|
|
+ 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61,
|
|
|
|
+ 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c,
|
|
|
|
+ 0x65, 0x12, 0x25, 0x0a, 0x05, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b,
|
|
|
|
+ 0x32, 0x0f, 0x2e, 0x54, 0x68, 0x72, 0x65, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e,
|
|
|
|
+ 0x75, 0x52, 0x05, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x22, 0xd6, 0x01, 0x0a, 0x0e, 0x54, 0x68, 0x72,
|
|
|
|
+ 0x65, 0x65, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4d, 0x65, 0x6e, 0x75, 0x12, 0x12, 0x0a, 0x04, 0x6e,
|
|
|
|
+ 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
+ 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69,
|
|
|
|
+ 0x63, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x18,
|
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x75, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x18, 0x0a,
|
|
|
|
+ 0x07, 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
|
+ 0x61, 0x70, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x54,
|
|
|
|
+ 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x18, 0x07,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x22, 0x0a,
|
|
|
|
+ 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08,
|
|
|
|
+ 0x2e, 0x54, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x07, 0x74, 0x69, 0x70, 0x49, 0x6e, 0x66,
|
|
|
|
+ 0x6f, 0x22, 0x9f, 0x01, 0x0a, 0x07, 0x54, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 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, 0x1e, 0x0a,
|
|
|
|
+ 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a,
|
|
|
|
+ 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x65, 0x78, 0x74, 0x12,
|
|
|
|
+ 0x22, 0x0a, 0x0c, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x18,
|
|
|
|
+ 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x43, 0x61, 0x6e,
|
|
|
|
+ 0x63, 0x65, 0x6c, 0x22, 0xd3, 0x01, 0x0a, 0x1b, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b,
|
|
|
|
+ 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x68, 0x65, 0x6e, 0x73, 0x69, 0x76, 0x65,
|
|
|
|
+ 0x52, 0x65, 0x71, 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, 0x14, 0x0a, 0x05, 0x61,
|
|
|
|
+ 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
|
+ 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x14, 0x0a,
|
|
|
|
+ 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68,
|
|
|
|
+ 0x6f, 0x6e, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64,
|
|
|
|
+ 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
|
|
|
|
+ 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4d, 0x6f, 0x64, 0x65, 0x18,
|
|
|
|
+ 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4d, 0x6f, 0x64, 0x65, 0x12,
|
|
|
|
+ 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x07, 0x6d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x73, 0x22, 0x5a, 0x0a, 0x1c, 0x57, 0x6f, 0x72,
|
|
|
|
+ 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x68, 0x65,
|
|
|
|
+ 0x6e, 0x73, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72,
|
|
|
|
+ 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 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, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72,
|
|
|
|
+ 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x32, 0xb0, 0x05, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x43, 0x65,
|
|
|
|
+ 0x6e, 0x74, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x12,
|
|
|
|
+ 0x0b, 0x2e, 0x45, 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45,
|
|
|
|
+ 0x6e, 0x74, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a, 0x45, 0x6e,
|
|
|
|
+ 0x74, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x0b, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69,
|
|
|
|
+ 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52,
|
|
|
|
+ 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0b,
|
|
|
|
+ 0x2e, 0x45, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e,
|
|
|
|
+ 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x0b, 0x45, 0x78, 0x61,
|
|
|
|
+ 0x6d, 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0f, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69,
|
|
|
|
+ 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x45, 0x78, 0x61, 0x6d,
|
|
|
|
+ 0x69, 0x6e, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x08, 0x43,
|
|
|
|
+ 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x12, 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45,
|
|
|
|
+ 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0d, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74,
|
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x07, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12,
|
|
|
|
+ 0x0c, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e,
|
|
|
|
+ 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x28, 0x0a, 0x09, 0x45,
|
|
|
|
+ 0x6e, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0d, 0x2e, 0x45, 0x6e, 0x74, 0x55, 0x70,
|
|
|
|
+ 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e,
|
|
|
|
+ 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0b, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65,
|
|
|
|
+ 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x45, 0x78, 0x61, 0x6d,
|
|
|
|
+ 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x12, 0x3c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
|
|
+ 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x13, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61,
|
|
|
|
+ 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x47,
|
|
|
|
+ 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x52, 0x65,
|
|
|
|
+ 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x55, 0x73, 0x65, 0x72, 0x41, 0x64, 0x64, 0x12, 0x0b, 0x2e,
|
|
|
|
+ 0x55, 0x73, 0x65, 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x55, 0x73, 0x65,
|
|
|
|
+ 0x72, 0x41, 0x64, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x26, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x0a, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52,
|
|
|
|
+ 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
+ 0x12, 0x23, 0x0a, 0x07, 0x55, 0x73, 0x65, 0x72, 0x44, 0x65, 0x6c, 0x12, 0x0a, 0x2e, 0x55, 0x73,
|
|
|
|
+ 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e,
|
|
|
|
+ 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x13, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73,
|
|
|
|
+ 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x2e, 0x57,
|
|
|
|
+ 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x6e,
|
|
|
|
+ 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b,
|
|
|
|
+ 0x74, 0x6f, 0x70, 0x4d, 0x65, 0x6e, 0x75, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
+ 0x57, 0x0a, 0x18, 0x57, 0x6f, 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x43, 0x6f,
|
|
|
|
+ 0x6d, 0x70, 0x72, 0x65, 0x68, 0x65, 0x6e, 0x73, 0x69, 0x76, 0x65, 0x12, 0x1c, 0x2e, 0x57, 0x6f,
|
|
|
|
+ 0x72, 0x6b, 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x68,
|
|
|
|
+ 0x65, 0x6e, 0x73, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x57, 0x6f, 0x72, 0x6b,
|
|
|
|
+ 0x44, 0x65, 0x73, 0x6b, 0x74, 0x6f, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x68, 0x65, 0x6e,
|
|
|
|
+ 0x73, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62,
|
|
|
|
+ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -3185,43 +3364,45 @@ func file_userCenter_proto_rawDescGZIP() []byte {
|
|
return file_userCenter_proto_rawDescData
|
|
return file_userCenter_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 35)
|
|
|
|
|
|
+var file_userCenter_proto_msgTypes = make([]protoimpl.MessageInfo, 37)
|
|
var file_userCenter_proto_goTypes = []interface{}{
|
|
var file_userCenter_proto_goTypes = []interface{}{
|
|
- (*EntAuthReq)(nil), // 0: EntAuthReq
|
|
|
|
- (*EntAuthResp)(nil), // 1: EntAuthResp
|
|
|
|
- (*EntAuthData)(nil), // 2: EntAuthData
|
|
|
|
- (*ExamineReq)(nil), // 3: ExamineReq
|
|
|
|
- (*ExamineResp)(nil), // 4: ExamineResp
|
|
|
|
- (*ExamineData)(nil), // 5: ExamineData
|
|
|
|
- (*EntListReq)(nil), // 6: EntListReq
|
|
|
|
- (*EntListResp)(nil), // 7: EntListResp
|
|
|
|
- (*EntData)(nil), // 8: EntData
|
|
|
|
- (*EntList)(nil), // 9: EntList
|
|
|
|
- (*ExamineListReq)(nil), // 10: ExamineListReq
|
|
|
|
- (*ExamineListResp)(nil), // 11: ExamineListResp
|
|
|
|
- (*ExamineListData)(nil), // 12: ExamineListData
|
|
|
|
- (*ExamineList)(nil), // 13: ExamineList
|
|
|
|
- (*CheckEntReq)(nil), // 14: CheckEntReq
|
|
|
|
- (*CheckEntResp)(nil), // 15: CheckEntResp
|
|
|
|
- (*CheckData)(nil), // 16: checkData
|
|
|
|
- (*EntInfoResp)(nil), // 17: EntInfoResp
|
|
|
|
- (*EntInfoData)(nil), // 18: EntInfoData
|
|
|
|
- (*EntUpdateReq)(nil), // 19: EntUpdateReq
|
|
|
|
- (*CheckExamineReq)(nil), // 20: CheckExamineReq
|
|
|
|
- (*GetStatusByCodeReq)(nil), // 21: GetStatusByCodeReq
|
|
|
|
- (*GetStatusByCodeResp)(nil), // 22: GetStatusByCodeResp
|
|
|
|
- (*GetStatusByCode)(nil), // 23: GetStatusByCode
|
|
|
|
- (*UserAddReq)(nil), // 24: UserAddReq
|
|
|
|
- (*UserAddResp)(nil), // 25: UserAddResp
|
|
|
|
- (*UserAdds)(nil), // 26: UserAdds
|
|
|
|
- (*UserIdReq)(nil), // 27: UserIdReq
|
|
|
|
- (*WorkDesktopMenuReq)(nil), // 28: WorkDesktopMenuReq
|
|
|
|
- (*WorkDesktopMenuResp)(nil), // 29: WorkDesktopMenuResp
|
|
|
|
- (*MenuData)(nil), // 30: MenuData
|
|
|
|
- (*MenuList)(nil), // 31: MenuList
|
|
|
|
- (*SecondLevelMenu)(nil), // 32: SecondLevelMenu
|
|
|
|
- (*ThreeLevelMenu)(nil), // 33: ThreeLevelMenu
|
|
|
|
- (*TipInfo)(nil), // 34: TipInfo
|
|
|
|
|
|
+ (*EntAuthReq)(nil), // 0: EntAuthReq
|
|
|
|
+ (*EntAuthResp)(nil), // 1: EntAuthResp
|
|
|
|
+ (*EntAuthData)(nil), // 2: EntAuthData
|
|
|
|
+ (*ExamineReq)(nil), // 3: ExamineReq
|
|
|
|
+ (*ExamineResp)(nil), // 4: ExamineResp
|
|
|
|
+ (*ExamineData)(nil), // 5: ExamineData
|
|
|
|
+ (*EntListReq)(nil), // 6: EntListReq
|
|
|
|
+ (*EntListResp)(nil), // 7: EntListResp
|
|
|
|
+ (*EntData)(nil), // 8: EntData
|
|
|
|
+ (*EntList)(nil), // 9: EntList
|
|
|
|
+ (*ExamineListReq)(nil), // 10: ExamineListReq
|
|
|
|
+ (*ExamineListResp)(nil), // 11: ExamineListResp
|
|
|
|
+ (*ExamineListData)(nil), // 12: ExamineListData
|
|
|
|
+ (*ExamineList)(nil), // 13: ExamineList
|
|
|
|
+ (*CheckEntReq)(nil), // 14: CheckEntReq
|
|
|
|
+ (*CheckEntResp)(nil), // 15: CheckEntResp
|
|
|
|
+ (*CheckData)(nil), // 16: checkData
|
|
|
|
+ (*EntInfoResp)(nil), // 17: EntInfoResp
|
|
|
|
+ (*EntInfoData)(nil), // 18: EntInfoData
|
|
|
|
+ (*EntUpdateReq)(nil), // 19: EntUpdateReq
|
|
|
|
+ (*CheckExamineReq)(nil), // 20: CheckExamineReq
|
|
|
|
+ (*GetStatusByCodeReq)(nil), // 21: GetStatusByCodeReq
|
|
|
|
+ (*GetStatusByCodeResp)(nil), // 22: GetStatusByCodeResp
|
|
|
|
+ (*GetStatusByCode)(nil), // 23: GetStatusByCode
|
|
|
|
+ (*UserAddReq)(nil), // 24: UserAddReq
|
|
|
|
+ (*UserAddResp)(nil), // 25: UserAddResp
|
|
|
|
+ (*UserAdds)(nil), // 26: UserAdds
|
|
|
|
+ (*UserIdReq)(nil), // 27: UserIdReq
|
|
|
|
+ (*WorkDesktopMenuInfoReq)(nil), // 28: WorkDesktopMenuInfoReq
|
|
|
|
+ (*WorkDesktopMenuInfoResp)(nil), // 29: WorkDesktopMenuInfoResp
|
|
|
|
+ (*MenuData)(nil), // 30: MenuData
|
|
|
|
+ (*MenuList)(nil), // 31: MenuList
|
|
|
|
+ (*SecondLevelMenu)(nil), // 32: SecondLevelMenu
|
|
|
|
+ (*ThreeLevelMenu)(nil), // 33: ThreeLevelMenu
|
|
|
|
+ (*TipInfo)(nil), // 34: TipInfo
|
|
|
|
+ (*WorkDesktopComprehensiveReq)(nil), // 35: WorkDesktopComprehensiveReq
|
|
|
|
+ (*WorkDesktopComprehensiveResp)(nil), // 36: WorkDesktopComprehensiveResp
|
|
}
|
|
}
|
|
var file_userCenter_proto_depIdxs = []int32{
|
|
var file_userCenter_proto_depIdxs = []int32{
|
|
2, // 0: EntAuthResp.data:type_name -> EntAuthData
|
|
2, // 0: EntAuthResp.data:type_name -> EntAuthData
|
|
@@ -3234,7 +3415,7 @@ var file_userCenter_proto_depIdxs = []int32{
|
|
18, // 7: EntInfoResp.data:type_name -> EntInfoData
|
|
18, // 7: EntInfoResp.data:type_name -> EntInfoData
|
|
23, // 8: GetStatusByCodeResp.data:type_name -> GetStatusByCode
|
|
23, // 8: GetStatusByCodeResp.data:type_name -> GetStatusByCode
|
|
26, // 9: UserAddResp.data:type_name -> UserAdds
|
|
26, // 9: UserAddResp.data:type_name -> UserAdds
|
|
- 30, // 10: WorkDesktopMenuResp.data:type_name -> MenuData
|
|
|
|
|
|
+ 30, // 10: WorkDesktopMenuInfoResp.data:type_name -> MenuData
|
|
31, // 11: MenuData.menuList:type_name -> MenuList
|
|
31, // 11: MenuData.menuList:type_name -> MenuList
|
|
32, // 12: MenuList.child:type_name -> SecondLevelMenu
|
|
32, // 12: MenuList.child:type_name -> SecondLevelMenu
|
|
33, // 13: SecondLevelMenu.child:type_name -> ThreeLevelMenu
|
|
33, // 13: SecondLevelMenu.child:type_name -> ThreeLevelMenu
|
|
@@ -3251,22 +3432,24 @@ var file_userCenter_proto_depIdxs = []int32{
|
|
24, // 24: UserCenter.UserAdd:input_type -> UserAddReq
|
|
24, // 24: UserCenter.UserAdd:input_type -> UserAddReq
|
|
27, // 25: UserCenter.UserUpdate:input_type -> UserIdReq
|
|
27, // 25: UserCenter.UserUpdate:input_type -> UserIdReq
|
|
27, // 26: UserCenter.UserDel:input_type -> UserIdReq
|
|
27, // 26: UserCenter.UserDel:input_type -> UserIdReq
|
|
- 28, // 27: UserCenter.WorkDesktopMenu:input_type -> WorkDesktopMenuReq
|
|
|
|
- 1, // 28: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
|
- 4, // 29: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
|
- 7, // 30: UserCenter.EntList:output_type -> EntListResp
|
|
|
|
- 11, // 31: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
|
- 15, // 32: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
|
- 17, // 33: UserCenter.EntInfo:output_type -> EntInfoResp
|
|
|
|
- 4, // 34: UserCenter.EntUpdate:output_type -> ExamineResp
|
|
|
|
- 17, // 35: UserCenter.ExamineInfo:output_type -> EntInfoResp
|
|
|
|
- 22, // 36: UserCenter.GetStatusByCode:output_type -> GetStatusByCodeResp
|
|
|
|
- 25, // 37: UserCenter.UserAdd:output_type -> UserAddResp
|
|
|
|
- 4, // 38: UserCenter.UserUpdate:output_type -> ExamineResp
|
|
|
|
- 4, // 39: UserCenter.UserDel:output_type -> ExamineResp
|
|
|
|
- 29, // 40: UserCenter.WorkDesktopMenu:output_type -> WorkDesktopMenuResp
|
|
|
|
- 28, // [28:41] is the sub-list for method output_type
|
|
|
|
- 15, // [15:28] is the sub-list for method input_type
|
|
|
|
|
|
+ 28, // 27: UserCenter.WorkDesktopMenuInfo:input_type -> WorkDesktopMenuInfoReq
|
|
|
|
+ 35, // 28: UserCenter.WorkDesktopComprehensive:input_type -> WorkDesktopComprehensiveReq
|
|
|
|
+ 1, // 29: UserCenter.EntAuth:output_type -> EntAuthResp
|
|
|
|
+ 4, // 30: UserCenter.EntExamine:output_type -> ExamineResp
|
|
|
|
+ 7, // 31: UserCenter.EntList:output_type -> EntListResp
|
|
|
|
+ 11, // 32: UserCenter.ExamineList:output_type -> ExamineListResp
|
|
|
|
+ 15, // 33: UserCenter.CheckEnt:output_type -> CheckEntResp
|
|
|
|
+ 17, // 34: UserCenter.EntInfo:output_type -> EntInfoResp
|
|
|
|
+ 4, // 35: UserCenter.EntUpdate:output_type -> ExamineResp
|
|
|
|
+ 17, // 36: UserCenter.ExamineInfo:output_type -> EntInfoResp
|
|
|
|
+ 22, // 37: UserCenter.GetStatusByCode:output_type -> GetStatusByCodeResp
|
|
|
|
+ 25, // 38: UserCenter.UserAdd:output_type -> UserAddResp
|
|
|
|
+ 4, // 39: UserCenter.UserUpdate:output_type -> ExamineResp
|
|
|
|
+ 4, // 40: UserCenter.UserDel:output_type -> ExamineResp
|
|
|
|
+ 29, // 41: UserCenter.WorkDesktopMenuInfo:output_type -> WorkDesktopMenuInfoResp
|
|
|
|
+ 36, // 42: UserCenter.WorkDesktopComprehensive:output_type -> WorkDesktopComprehensiveResp
|
|
|
|
+ 29, // [29:43] is the sub-list for method output_type
|
|
|
|
+ 15, // [15:29] is the sub-list for method input_type
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
15, // [15:15] is the sub-list for extension type_name
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
15, // [15:15] is the sub-list for extension extendee
|
|
0, // [0:15] is the sub-list for field type_name
|
|
0, // [0:15] is the sub-list for field type_name
|
|
@@ -3615,7 +3798,7 @@ func file_userCenter_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_userCenter_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
file_userCenter_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*WorkDesktopMenuReq); i {
|
|
|
|
|
|
+ switch v := v.(*WorkDesktopMenuInfoReq); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3627,7 +3810,7 @@ func file_userCenter_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_userCenter_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
file_userCenter_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*WorkDesktopMenuResp); i {
|
|
|
|
|
|
+ switch v := v.(*WorkDesktopMenuInfoResp); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3698,6 +3881,30 @@ func file_userCenter_proto_init() {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ file_userCenter_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*WorkDesktopComprehensiveReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_userCenter_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*WorkDesktopComprehensiveResp); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
type x struct{}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -3705,7 +3912,7 @@ func file_userCenter_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_userCenter_proto_rawDesc,
|
|
RawDescriptor: file_userCenter_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 35,
|
|
|
|
|
|
+ NumMessages: 37,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|