|
@@ -1213,142 +1213,6 @@ func (x *InfoExamineResp) GetErrMsg() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
-//修改中台信息状态 Req
|
|
|
-type InfoStateReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //信息id
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoStateReq) Reset() {
|
|
|
- *x = InfoStateReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_manager_proto_msgTypes[14]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoStateReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*InfoStateReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *InfoStateReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_manager_proto_msgTypes[14]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use InfoStateReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*InfoStateReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_manager_proto_rawDescGZIP(), []int{14}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoStateReq) GetId() string {
|
|
|
- if x != nil {
|
|
|
- return x.Id
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-//修改中台信息内容 Req
|
|
|
-type InfoDataReq struct {
|
|
|
- state protoimpl.MessageState
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
-
|
|
|
- Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` //信息id
|
|
|
- MsgType string `protobuf:"bytes,2,opt,name=msgType,proto3" json:"msgType,omitempty"` //信息类型
|
|
|
- Title []string `protobuf:"bytes,3,rep,name=title,proto3" json:"title,omitempty"` //敏感词-标题
|
|
|
- Detail []string `protobuf:"bytes,4,rep,name=detail,proto3" json:"detail,omitempty"` //敏感词-详情
|
|
|
- Attachments string `protobuf:"bytes,5,opt,name=attachments,proto3" json:"attachments,omitempty"` //敏感词-附件
|
|
|
- AttachTxt string `protobuf:"bytes,6,opt,name=attach_txt,json=attachTxt,proto3" json:"attach_txt,omitempty"` //识别后的附件信息(对应检索库)
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) Reset() {
|
|
|
- *x = InfoDataReq{}
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_manager_proto_msgTypes[15]
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) String() string {
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-func (*InfoDataReq) ProtoMessage() {}
|
|
|
-
|
|
|
-func (x *InfoDataReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_manager_proto_msgTypes[15]
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
- }
|
|
|
- return ms
|
|
|
- }
|
|
|
- return mi.MessageOf(x)
|
|
|
-}
|
|
|
-
|
|
|
-// Deprecated: Use InfoDataReq.ProtoReflect.Descriptor instead.
|
|
|
-func (*InfoDataReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_manager_proto_rawDescGZIP(), []int{15}
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetId() string {
|
|
|
- if x != nil {
|
|
|
- return x.Id
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetMsgType() string {
|
|
|
- if x != nil {
|
|
|
- return x.MsgType
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetTitle() []string {
|
|
|
- if x != nil {
|
|
|
- return x.Title
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetDetail() []string {
|
|
|
- if x != nil {
|
|
|
- return x.Detail
|
|
|
- }
|
|
|
- return nil
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetAttachments() string {
|
|
|
- if x != nil {
|
|
|
- return x.Attachments
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
-func (x *InfoDataReq) GetAttachTxt() string {
|
|
|
- if x != nil {
|
|
|
- return x.AttachTxt
|
|
|
- }
|
|
|
- return ""
|
|
|
-}
|
|
|
-
|
|
|
//修改中台 Resp
|
|
|
type InfoResp struct {
|
|
|
state protoimpl.MessageState
|
|
@@ -1362,7 +1226,7 @@ type InfoResp struct {
|
|
|
func (x *InfoResp) Reset() {
|
|
|
*x = InfoResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_manager_proto_msgTypes[16]
|
|
|
+ mi := &file_manager_proto_msgTypes[14]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1375,7 +1239,7 @@ func (x *InfoResp) String() string {
|
|
|
func (*InfoResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *InfoResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_manager_proto_msgTypes[16]
|
|
|
+ mi := &file_manager_proto_msgTypes[14]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1388,7 +1252,7 @@ func (x *InfoResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use InfoResp.ProtoReflect.Descriptor instead.
|
|
|
func (*InfoResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_manager_proto_rawDescGZIP(), []int{16}
|
|
|
+ return file_manager_proto_rawDescGZIP(), []int{14}
|
|
|
}
|
|
|
|
|
|
func (x *InfoResp) GetErrCode() int64 {
|
|
@@ -1417,7 +1281,7 @@ type InstitutionsFreezeReq struct {
|
|
|
func (x *InstitutionsFreezeReq) Reset() {
|
|
|
*x = InstitutionsFreezeReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_manager_proto_msgTypes[17]
|
|
|
+ mi := &file_manager_proto_msgTypes[15]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1430,7 +1294,7 @@ func (x *InstitutionsFreezeReq) String() string {
|
|
|
func (*InstitutionsFreezeReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *InstitutionsFreezeReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_manager_proto_msgTypes[17]
|
|
|
+ mi := &file_manager_proto_msgTypes[15]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1443,7 +1307,7 @@ func (x *InstitutionsFreezeReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use InstitutionsFreezeReq.ProtoReflect.Descriptor instead.
|
|
|
func (*InstitutionsFreezeReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_manager_proto_rawDescGZIP(), []int{17}
|
|
|
+ return file_manager_proto_rawDescGZIP(), []int{15}
|
|
|
}
|
|
|
|
|
|
func (x *InstitutionsFreezeReq) GetAppId() string {
|
|
@@ -1471,7 +1335,7 @@ type InfoExamineResp_Data struct {
|
|
|
func (x *InfoExamineResp_Data) Reset() {
|
|
|
*x = InfoExamineResp_Data{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_manager_proto_msgTypes[18]
|
|
|
+ mi := &file_manager_proto_msgTypes[16]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1484,7 +1348,7 @@ func (x *InfoExamineResp_Data) String() string {
|
|
|
func (*InfoExamineResp_Data) ProtoMessage() {}
|
|
|
|
|
|
func (x *InfoExamineResp_Data) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_manager_proto_msgTypes[18]
|
|
|
+ mi := &file_manager_proto_msgTypes[16]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1662,46 +1526,33 @@ var file_manager_proto_rawDesc = []byte{
|
|
|
0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73,
|
|
|
0x67, 0x1a, 0x1c, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x73, 0x67,
|
|
|
0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x73, 0x67, 0x49, 0x64, 0x22,
|
|
|
- 0x1e, 0x0a, 0x0c, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12,
|
|
|
- 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22,
|
|
|
- 0xa6, 0x01, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x12,
|
|
|
- 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12,
|
|
|
- 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74,
|
|
|
- 0x6c, 0x65, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
|
- 0x06, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x74, 0x74, 0x61, 0x63,
|
|
|
- 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x74,
|
|
|
- 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x61, 0x74, 0x74,
|
|
|
- 0x61, 0x63, 0x68, 0x5f, 0x74, 0x78, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61,
|
|
|
- 0x74, 0x74, 0x61, 0x63, 0x68, 0x54, 0x78, 0x74, 0x22, 0x3e, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12,
|
|
|
- 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x22, 0x43, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74,
|
|
|
- 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65,
|
|
|
- 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x32, 0x8c, 0x02,
|
|
|
- 0x0a, 0x07, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x37, 0x0a, 0x08, 0x49, 0x6e, 0x66,
|
|
|
- 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e,
|
|
|
- 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x61,
|
|
|
- 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
|
- 0x12, 0x16, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44,
|
|
|
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67,
|
|
|
- 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73,
|
|
|
- 0x70, 0x12, 0x40, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65,
|
|
|
- 0x12, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45,
|
|
|
- 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61,
|
|
|
- 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52,
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x12, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69,
|
|
|
- 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x12, 0x1e, 0x2e, 0x6d, 0x61, 0x6e, 0x61,
|
|
|
- 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
|
- 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61,
|
|
|
- 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09,
|
|
|
- 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
- 0x33,
|
|
|
+ 0x3e, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65,
|
|
|
+ 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65,
|
|
|
+ 0x72, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x65, 0x72, 0x72, 0x5f, 0x6d, 0x73,
|
|
|
+ 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, 0x72, 0x72, 0x4d, 0x73, 0x67, 0x22,
|
|
|
+ 0x43, 0x0a, 0x15, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46,
|
|
|
+ 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x14,
|
|
|
+ 0x0a, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65,
|
|
|
+ 0x6e, 0x74, 0x49, 0x64, 0x32, 0x8c, 0x02, 0x0a, 0x07, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
|
|
|
+ 0x12, 0x37, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x2e, 0x6d,
|
|
|
+ 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
|
+ 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66,
|
|
|
+ 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3d, 0x0a, 0x0a, 0x49, 0x6e, 0x66,
|
|
|
+ 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
|
+ 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x65,
|
|
|
+ 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x40, 0x0a, 0x0b, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
+ 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x12, 0x17, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
|
+ 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x18, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x45,
|
|
|
+ 0x78, 0x61, 0x6d, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x12, 0x49, 0x6e,
|
|
|
+ 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65,
|
|
|
+ 0x12, 0x1e, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x69,
|
|
|
+ 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x46, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x52, 0x65, 0x71,
|
|
|
+ 0x1a, 0x11, 0x2e, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
|
+ 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72,
|
|
|
+ 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -1716,7 +1567,7 @@ func file_manager_proto_rawDescGZIP() []byte {
|
|
|
return file_manager_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
|
|
+var file_manager_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
|
|
|
var file_manager_proto_goTypes = []interface{}{
|
|
|
(*InfoListReq)(nil), // 0: manager.InfoListReq
|
|
|
(*InfoListResp)(nil), // 1: manager.InfoListResp
|
|
@@ -1732,11 +1583,9 @@ var file_manager_proto_goTypes = []interface{}{
|
|
|
(*Sensitive)(nil), // 11: manager.Sensitive
|
|
|
(*InfoExamineReq)(nil), // 12: manager.InfoExamineReq
|
|
|
(*InfoExamineResp)(nil), // 13: manager.InfoExamineResp
|
|
|
- (*InfoStateReq)(nil), // 14: manager.InfoStateReq
|
|
|
- (*InfoDataReq)(nil), // 15: manager.InfoDataReq
|
|
|
- (*InfoResp)(nil), // 16: manager.InfoResp
|
|
|
- (*InstitutionsFreezeReq)(nil), // 17: manager.InstitutionsFreezeReq
|
|
|
- (*InfoExamineResp_Data)(nil), // 18: manager.InfoExamineResp.Data
|
|
|
+ (*InfoResp)(nil), // 14: manager.InfoResp
|
|
|
+ (*InstitutionsFreezeReq)(nil), // 15: manager.InstitutionsFreezeReq
|
|
|
+ (*InfoExamineResp_Data)(nil), // 16: manager.InfoExamineResp.Data
|
|
|
}
|
|
|
var file_manager_proto_depIdxs = []int32{
|
|
|
2, // 0: manager.InfoListResp.data:type_name -> manager.Data
|
|
@@ -1751,11 +1600,11 @@ var file_manager_proto_depIdxs = []int32{
|
|
|
0, // 9: manager.manager.InfoList:input_type -> manager.InfoListReq
|
|
|
4, // 10: manager.manager.InfoDetail:input_type -> manager.InfoDetailReq
|
|
|
12, // 11: manager.manager.InfoExamine:input_type -> manager.InfoExamineReq
|
|
|
- 17, // 12: manager.manager.InstitutionsFreeze:input_type -> manager.InstitutionsFreezeReq
|
|
|
+ 15, // 12: manager.manager.InstitutionsFreeze:input_type -> manager.InstitutionsFreezeReq
|
|
|
1, // 13: manager.manager.InfoList:output_type -> manager.InfoListResp
|
|
|
5, // 14: manager.manager.InfoDetail:output_type -> manager.InfoDetailResp
|
|
|
13, // 15: manager.manager.InfoExamine:output_type -> manager.InfoExamineResp
|
|
|
- 16, // 16: manager.manager.InstitutionsFreeze:output_type -> manager.InfoResp
|
|
|
+ 14, // 16: manager.manager.InstitutionsFreeze:output_type -> manager.InfoResp
|
|
|
13, // [13:17] is the sub-list for method output_type
|
|
|
9, // [9:13] is the sub-list for method input_type
|
|
|
9, // [9:9] is the sub-list for extension type_name
|
|
@@ -1938,30 +1787,6 @@ func file_manager_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_manager_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*InfoStateReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_manager_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*InfoDataReq); i {
|
|
|
- case 0:
|
|
|
- return &v.state
|
|
|
- case 1:
|
|
|
- return &v.sizeCache
|
|
|
- case 2:
|
|
|
- return &v.unknownFields
|
|
|
- default:
|
|
|
- return nil
|
|
|
- }
|
|
|
- }
|
|
|
- file_manager_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*InfoResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1973,7 +1798,7 @@ func file_manager_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_manager_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_manager_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*InstitutionsFreezeReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -1985,7 +1810,7 @@ func file_manager_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
- file_manager_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ file_manager_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*InfoExamineResp_Data); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -2004,7 +1829,7 @@ func file_manager_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_manager_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 19,
|
|
|
+ NumMessages: 17,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|