|
@@ -1,6 +1,6 @@
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// versions:
|
|
-// protoc-gen-go v1.27.1
|
|
|
|
|
|
+// protoc-gen-go v1.28.1
|
|
// protoc v3.19.4
|
|
// protoc v3.19.4
|
|
// source: biService.proto
|
|
// source: biService.proto
|
|
|
|
|
|
@@ -1620,6 +1620,282 @@ func (x *CompanyResp) GetStatus() int64 {
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type DistributeClueShowReq struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
|
+ DataType int64 `protobuf:"varint,2,opt,name=dataType,proto3" json:"dataType,omitempty"`
|
|
|
|
+ ClueIdList string `protobuf:"bytes,3,opt,name=clueIdList,proto3" json:"clueIdList,omitempty"`
|
|
|
|
+ Datas []*DistributeClueShows `protobuf:"bytes,4,rep,name=datas,proto3" json:"datas,omitempty"`
|
|
|
|
+ IsTask int64 `protobuf:"varint,5,opt,name=IsTask,proto3" json:"IsTask,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) Reset() {
|
|
|
|
+ *x = DistributeClueShowReq{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[24]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*DistributeClueShowReq) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[24]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use DistributeClueShowReq.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*DistributeClueShowReq) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{24}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) GetPositionId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PositionId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) GetDataType() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.DataType
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) GetClueIdList() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ClueIdList
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) GetDatas() []*DistributeClueShows {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Datas
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowReq) GetIsTask() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.IsTask
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type DistributeClueShows struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
|
+ DistributedCount int64 `protobuf:"varint,2,opt,name=distributedCount,proto3" json:"distributedCount,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShows) Reset() {
|
|
|
|
+ *x = DistributeClueShows{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[25]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShows) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*DistributeClueShows) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShows) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[25]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use DistributeClueShows.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*DistributeClueShows) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{25}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShows) GetPositionId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PositionId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShows) GetDistributedCount() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.DistributedCount
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type DistributeClueShowss struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ PositionId int64 `protobuf:"varint,1,opt,name=positionId,proto3" json:"positionId,omitempty"`
|
|
|
|
+ CompanyCount int64 `protobuf:"varint,2,opt,name=companyCount,proto3" json:"companyCount,omitempty"`
|
|
|
|
+ ClueCount int64 `protobuf:"varint,3,opt,name=clueCount,proto3" json:"clueCount,omitempty"`
|
|
|
|
+ MinCount int64 `protobuf:"varint,4,opt,name=minCount,proto3" json:"minCount,omitempty"`
|
|
|
|
+ CompanyCounts int64 `protobuf:"varint,5,opt,name=companyCounts,proto3" json:"companyCounts,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) Reset() {
|
|
|
|
+ *x = DistributeClueShowss{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[26]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*DistributeClueShowss) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[26]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use DistributeClueShowss.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*DistributeClueShowss) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{26}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) GetPositionId() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PositionId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) GetCompanyCount() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.CompanyCount
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) GetClueCount() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ClueCount
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) GetMinCount() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.MinCount
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowss) GetCompanyCounts() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.CompanyCounts
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+type DistributeClueShowResp 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"`
|
|
|
|
+ Data []*DistributeClueShowss `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) Reset() {
|
|
|
|
+ *x = DistributeClueShowResp{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[27]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*DistributeClueShowResp) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_biService_proto_msgTypes[27]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use DistributeClueShowResp.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*DistributeClueShowResp) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_biService_proto_rawDescGZIP(), []int{27}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) GetErrorCode() int64 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorCode
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) GetErrorMsg() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ErrorMsg
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *DistributeClueShowResp) GetData() []*DistributeClueShowss {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Data
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
var File_biService_proto protoreflect.FileDescriptor
|
|
var File_biService_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_biService_proto_rawDesc = []byte{
|
|
var file_biService_proto_rawDesc = []byte{
|
|
@@ -1798,51 +2074,94 @@ var file_biService_proto_rawDesc = []byte{
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
|
|
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x22, 0x25, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x22, 0x25, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20,
|
|
0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20,
|
|
- 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x32, 0xb2, 0x05, 0x0a, 0x09,
|
|
|
|
- 0x42, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x6d, 0x79, 0x44,
|
|
|
|
- 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x0f, 0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74,
|
|
|
|
- 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x4d, 0x79, 0x44, 0x61,
|
|
|
|
- 0x74, 0x61, 0x41, 0x73, 0x73, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x61,
|
|
|
|
- 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50,
|
|
|
|
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50,
|
|
|
|
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x09, 0x67, 0x65,
|
|
|
|
- 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x64, 0x12, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f,
|
|
|
|
- 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0e, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66,
|
|
|
|
- 0x6f, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x29, 0x0a, 0x08, 0x64, 0x72, 0x61, 0x77, 0x43,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x12, 0x0c, 0x2e, 0x44, 0x72, 0x61, 0x77, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65,
|
|
|
|
- 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
|
|
|
|
- 0x73, 0x70, 0x12, 0x19, 0x0a, 0x04, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x08, 0x2e, 0x43, 0x61, 0x6c,
|
|
|
|
- 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x07, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x73, 0x70, 0x12, 0x35, 0x0a,
|
|
|
|
- 0x0e, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x12,
|
|
|
|
- 0x12, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65,
|
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
|
|
|
|
- 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x63, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f,
|
|
|
|
- 0x72, 0x74, 0x12, 0x0e, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52,
|
|
|
|
- 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x07, 0x63, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x12, 0x0b,
|
|
|
|
- 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64,
|
|
|
|
- 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x0c,
|
|
|
|
- 0x63, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x74, 0x12, 0x0e, 0x2e, 0x43,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a,
|
|
|
|
- 0x0a, 0x61, 0x75, 0x74, 0x6f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x08, 0x2e, 0x43, 0x61,
|
|
|
|
- 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f,
|
|
|
|
- 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x09, 0x73, 0x71, 0x6c, 0x4d, 0x61, 0x6e,
|
|
|
|
- 0x61, 0x67, 0x65, 0x12, 0x0d, 0x2e, 0x53, 0x71, 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x06,
|
|
|
|
- 0x6d, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0a, 0x2e, 0x4d, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x25, 0x0a, 0x0d,
|
|
|
|
- 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0a, 0x2e,
|
|
|
|
- 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65,
|
|
|
|
- 0x70, 0x6c, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
|
- 0x74, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0a, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74,
|
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x24, 0x0a,
|
|
|
|
- 0x0b, 0x69, 0x6e, 0x66, 0x6f, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x12, 0x0b, 0x2e, 0x4f,
|
|
|
|
- 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65,
|
|
|
|
- 0x70, 0x6c, 0x79, 0x12, 0x2b, 0x0a, 0x0e, 0x67, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
|
- 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0b, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52,
|
|
|
|
- 0x65, 0x71, 0x1a, 0x0c, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
- 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb7, 0x01, 0x0a, 0x15,
|
|
|
|
+ 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68,
|
|
|
|
+ 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f,
|
|
|
|
+ 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
|
+ 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70,
|
|
|
|
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70,
|
|
|
|
+ 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x18,
|
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6c, 0x75, 0x65, 0x49, 0x64, 0x4c, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x12, 0x2a, 0x0a, 0x05, 0x64, 0x61, 0x74, 0x61, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
|
|
|
|
+ 0x32, 0x14, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75,
|
|
|
|
+ 0x65, 0x53, 0x68, 0x6f, 0x77, 0x73, 0x52, 0x05, 0x64, 0x61, 0x74, 0x61, 0x73, 0x12, 0x16, 0x0a,
|
|
|
|
+ 0x06, 0x49, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x49,
|
|
|
|
+ 0x73, 0x54, 0x61, 0x73, 0x6b, 0x22, 0x61, 0x0a, 0x13, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62,
|
|
|
|
+ 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x73, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
+ 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x10,
|
|
|
|
+ 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75,
|
|
|
|
+ 0x74, 0x65, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xba, 0x01, 0x0a, 0x14, 0x44, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x73,
|
|
|
|
+ 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18,
|
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49,
|
|
|
|
+ 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
|
+ 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
|
|
|
|
+ 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x65, 0x43, 0x6f, 0x75,
|
|
|
|
+ 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x65, 0x43, 0x6f,
|
|
|
|
+ 0x75, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6d, 0x69, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12,
|
|
|
|
+ 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73,
|
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x43,
|
|
|
|
+ 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x22, 0x7f, 0x0a, 0x16, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62,
|
|
|
|
+ 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 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, 0x29, 0x0a, 0x04, 0x64,
|
|
|
|
+ 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x44, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x73, 0x73,
|
|
|
|
+ 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x32, 0xf9, 0x05, 0x0a, 0x09, 0x42, 0x69, 0x53, 0x65, 0x72,
|
|
|
|
+ 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x6d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73,
|
|
|
|
+ 0x73, 0x65, 0x74, 0x12, 0x0f, 0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73, 0x65,
|
|
|
|
+ 0x74, 0x52, 0x65, 0x71, 0x1a, 0x10, 0x2e, 0x4d, 0x79, 0x44, 0x61, 0x74, 0x61, 0x41, 0x73, 0x73,
|
|
|
|
+ 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2d, 0x0a, 0x0a, 0x61, 0x64, 0x64, 0x50, 0x72, 0x6f,
|
|
|
|
+ 0x6a, 0x65, 0x63, 0x74, 0x12, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
|
+ 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
|
|
|
|
+ 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2b, 0x0a, 0x09, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
|
+ 0x49, 0x64, 0x12, 0x0e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
|
|
|
|
+ 0x65, 0x71, 0x1a, 0x0e, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x49, 0x64, 0x52, 0x65,
|
|
|
|
+ 0x73, 0x70, 0x12, 0x29, 0x0a, 0x08, 0x64, 0x72, 0x61, 0x77, 0x43, 0x6c, 0x75, 0x65, 0x12, 0x0c,
|
|
|
|
+ 0x2e, 0x44, 0x72, 0x61, 0x77, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41,
|
|
|
|
+ 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x19, 0x0a,
|
|
|
|
+ 0x04, 0x43, 0x61, 0x6c, 0x6c, 0x12, 0x08, 0x2e, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x1a,
|
|
|
|
+ 0x07, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x73, 0x70, 0x12, 0x35, 0x0a, 0x0e, 0x64, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x2e, 0x44, 0x69, 0x73,
|
|
|
|
+ 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x0f,
|
|
|
|
+ 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
|
|
+ 0x2d, 0x0a, 0x0a, 0x63, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0e, 0x2e,
|
|
|
|
+ 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e,
|
|
|
|
+ 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27,
|
|
|
|
+ 0x0a, 0x07, 0x63, 0x6c, 0x75, 0x65, 0x41, 0x64, 0x64, 0x12, 0x0b, 0x2e, 0x43, 0x6c, 0x75, 0x65,
|
|
|
|
+ 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x6a,
|
|
|
|
+ 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x0c, 0x63, 0x6c, 0x75, 0x65, 0x49,
|
|
|
|
+ 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x54, 0x74, 0x12, 0x0e, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d,
|
|
|
|
+ 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d,
|
|
|
|
+ 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x0a, 0x61, 0x75, 0x74, 0x6f,
|
|
|
|
+ 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x08, 0x2e, 0x43, 0x61, 0x6c, 0x6c, 0x52, 0x65, 0x71,
|
|
|
|
+ 0x1a, 0x0f, 0x2e, 0x43, 0x6c, 0x75, 0x65, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73,
|
|
|
|
+ 0x70, 0x12, 0x24, 0x0a, 0x09, 0x73, 0x71, 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x0d,
|
|
|
|
+ 0x2e, 0x53, 0x71, 0x6c, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e,
|
|
|
|
+ 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x06, 0x6d, 0x79, 0x49, 0x6e, 0x66,
|
|
|
|
+ 0x6f, 0x12, 0x0a, 0x2e, 0x4d, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e,
|
|
|
|
+ 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x25, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x49, 0x6e,
|
|
|
|
+ 0x66, 0x6f, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x0a, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72,
|
|
|
|
+ 0x74, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x28,
|
|
|
|
+ 0x0a, 0x10, 0x61, 0x6c, 0x6c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x45, 0x78, 0x70, 0x6f,
|
|
|
|
+ 0x72, 0x74, 0x12, 0x0a, 0x2e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x08,
|
|
|
|
+ 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x6e, 0x66, 0x6f,
|
|
|
|
+ 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x65, 0x12, 0x0b, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
|
|
+ 0x65, 0x52, 0x65, 0x71, 0x1a, 0x08, 0x2e, 0x42, 0x69, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2b,
|
|
|
|
+ 0x0a, 0x0e, 0x67, 0x65, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
+ 0x12, 0x0b, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x0c, 0x2e,
|
|
|
|
+ 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x12, 0x64,
|
|
|
|
+ 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f,
|
|
|
|
+ 0x77, 0x12, 0x16, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c,
|
|
|
|
+ 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x1a, 0x17, 0x2e, 0x44, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x43, 0x6c, 0x75, 0x65, 0x53, 0x68, 0x6f, 0x77, 0x52, 0x65,
|
|
|
|
+ 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
|
|
+ 0x6f, 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -1857,32 +2176,36 @@ func file_biService_proto_rawDescGZIP() []byte {
|
|
return file_biService_proto_rawDescData
|
|
return file_biService_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 24)
|
|
|
|
|
|
+var file_biService_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
|
|
var file_biService_proto_goTypes = []interface{}{
|
|
var file_biService_proto_goTypes = []interface{}{
|
|
- (*MyDataAssetReq)(nil), // 0: MyDataAssetReq
|
|
|
|
- (*MyDataAssetResp)(nil), // 1: MyDataAssetResp
|
|
|
|
- (*MyDataAsset)(nil), // 2: MyDataAsset
|
|
|
|
- (*AddProjectReq)(nil), // 3: AddProjectReq
|
|
|
|
- (*AddProjectResp)(nil), // 4: AddProjectResp
|
|
|
|
- (*AddProject)(nil), // 5: AddProject
|
|
|
|
- (*GetInfoIdResp)(nil), // 6: GetInfoIdResp
|
|
|
|
- (*DrawClueReq)(nil), // 7: DrawClueReq
|
|
|
|
- (*CallReq)(nil), // 8: CallReq
|
|
|
|
- (*BiResp)(nil), // 9: BiResp
|
|
|
|
- (*BiReply)(nil), // 10: BiReply
|
|
|
|
- (*DistributeClueReq)(nil), // 11: DistributeClueReq
|
|
|
|
- (*DistributeDatas)(nil), // 12: DistributeDatas
|
|
|
|
- (*ClueImportReq)(nil), // 13: ClueImportReq
|
|
|
|
- (*ClueImportResp)(nil), // 14: ClueImportResp
|
|
|
|
- (*ClueImport)(nil), // 15: ClueImport
|
|
|
|
- (*ClueAddReq)(nil), // 16: ClueAddReq
|
|
|
|
- (*SqlManageReq)(nil), // 17: SqlManageReq
|
|
|
|
- (*MyInfoReq)(nil), // 18: MyInfoReq
|
|
|
|
- (*Param)(nil), // 19: Param
|
|
|
|
- (*ExportReq)(nil), // 20: ExportReq
|
|
|
|
- (*OperateReq)(nil), // 21: OperateReq
|
|
|
|
- (*CompanyReq)(nil), // 22: CompanyReq
|
|
|
|
- (*CompanyResp)(nil), // 23: CompanyResp
|
|
|
|
|
|
+ (*MyDataAssetReq)(nil), // 0: MyDataAssetReq
|
|
|
|
+ (*MyDataAssetResp)(nil), // 1: MyDataAssetResp
|
|
|
|
+ (*MyDataAsset)(nil), // 2: MyDataAsset
|
|
|
|
+ (*AddProjectReq)(nil), // 3: AddProjectReq
|
|
|
|
+ (*AddProjectResp)(nil), // 4: AddProjectResp
|
|
|
|
+ (*AddProject)(nil), // 5: AddProject
|
|
|
|
+ (*GetInfoIdResp)(nil), // 6: GetInfoIdResp
|
|
|
|
+ (*DrawClueReq)(nil), // 7: DrawClueReq
|
|
|
|
+ (*CallReq)(nil), // 8: CallReq
|
|
|
|
+ (*BiResp)(nil), // 9: BiResp
|
|
|
|
+ (*BiReply)(nil), // 10: BiReply
|
|
|
|
+ (*DistributeClueReq)(nil), // 11: DistributeClueReq
|
|
|
|
+ (*DistributeDatas)(nil), // 12: DistributeDatas
|
|
|
|
+ (*ClueImportReq)(nil), // 13: ClueImportReq
|
|
|
|
+ (*ClueImportResp)(nil), // 14: ClueImportResp
|
|
|
|
+ (*ClueImport)(nil), // 15: ClueImport
|
|
|
|
+ (*ClueAddReq)(nil), // 16: ClueAddReq
|
|
|
|
+ (*SqlManageReq)(nil), // 17: SqlManageReq
|
|
|
|
+ (*MyInfoReq)(nil), // 18: MyInfoReq
|
|
|
|
+ (*Param)(nil), // 19: Param
|
|
|
|
+ (*ExportReq)(nil), // 20: ExportReq
|
|
|
|
+ (*OperateReq)(nil), // 21: OperateReq
|
|
|
|
+ (*CompanyReq)(nil), // 22: CompanyReq
|
|
|
|
+ (*CompanyResp)(nil), // 23: CompanyResp
|
|
|
|
+ (*DistributeClueShowReq)(nil), // 24: DistributeClueShowReq
|
|
|
|
+ (*DistributeClueShows)(nil), // 25: DistributeClueShows
|
|
|
|
+ (*DistributeClueShowss)(nil), // 26: DistributeClueShowss
|
|
|
|
+ (*DistributeClueShowResp)(nil), // 27: DistributeClueShowResp
|
|
}
|
|
}
|
|
var file_biService_proto_depIdxs = []int32{
|
|
var file_biService_proto_depIdxs = []int32{
|
|
2, // 0: MyDataAssetResp.data:type_name -> MyDataAsset
|
|
2, // 0: MyDataAssetResp.data:type_name -> MyDataAsset
|
|
@@ -1890,43 +2213,47 @@ var file_biService_proto_depIdxs = []int32{
|
|
12, // 2: DistributeClueReq.datas:type_name -> DistributeDatas
|
|
12, // 2: DistributeClueReq.datas:type_name -> DistributeDatas
|
|
15, // 3: ClueImportResp.data:type_name -> ClueImport
|
|
15, // 3: ClueImportResp.data:type_name -> ClueImport
|
|
19, // 4: SqlManageReq.params:type_name -> Param
|
|
19, // 4: SqlManageReq.params:type_name -> Param
|
|
- 0, // 5: BiService.myDataAsset:input_type -> MyDataAssetReq
|
|
|
|
- 3, // 6: BiService.addProject:input_type -> AddProjectReq
|
|
|
|
- 3, // 7: BiService.getInfoId:input_type -> AddProjectReq
|
|
|
|
- 7, // 8: BiService.drawClue:input_type -> DrawClueReq
|
|
|
|
- 8, // 9: BiService.Call:input_type -> CallReq
|
|
|
|
- 11, // 10: BiService.distributeClue:input_type -> DistributeClueReq
|
|
|
|
- 13, // 11: BiService.clueImport:input_type -> ClueImportReq
|
|
|
|
- 16, // 12: BiService.clueAdd:input_type -> ClueAddReq
|
|
|
|
- 13, // 13: BiService.clueImportTt:input_type -> ClueImportReq
|
|
|
|
- 8, // 14: BiService.autoFollow:input_type -> CallReq
|
|
|
|
- 17, // 15: BiService.sqlManage:input_type -> SqlManageReq
|
|
|
|
- 18, // 16: BiService.myInfo:input_type -> MyInfoReq
|
|
|
|
- 20, // 17: BiService.allInfoExport:input_type -> ExportReq
|
|
|
|
- 20, // 18: BiService.allProjectExport:input_type -> ExportReq
|
|
|
|
- 21, // 19: BiService.infoOperate:input_type -> OperateReq
|
|
|
|
- 22, // 20: BiService.getCompanyType:input_type -> CompanyReq
|
|
|
|
- 1, // 21: BiService.myDataAsset:output_type -> MyDataAssetResp
|
|
|
|
- 4, // 22: BiService.addProject:output_type -> AddProjectResp
|
|
|
|
- 6, // 23: BiService.getInfoId:output_type -> GetInfoIdResp
|
|
|
|
- 4, // 24: BiService.drawClue:output_type -> AddProjectResp
|
|
|
|
- 9, // 25: BiService.Call:output_type -> BiResp
|
|
|
|
- 4, // 26: BiService.distributeClue:output_type -> AddProjectResp
|
|
|
|
- 14, // 27: BiService.clueImport:output_type -> ClueImportResp
|
|
|
|
- 4, // 28: BiService.clueAdd:output_type -> AddProjectResp
|
|
|
|
- 14, // 29: BiService.clueImportTt:output_type -> ClueImportResp
|
|
|
|
- 14, // 30: BiService.autoFollow:output_type -> ClueImportResp
|
|
|
|
- 10, // 31: BiService.sqlManage:output_type -> BiReply
|
|
|
|
- 10, // 32: BiService.myInfo:output_type -> BiReply
|
|
|
|
- 10, // 33: BiService.allInfoExport:output_type -> BiReply
|
|
|
|
- 10, // 34: BiService.allProjectExport:output_type -> BiReply
|
|
|
|
- 10, // 35: BiService.infoOperate:output_type -> BiReply
|
|
|
|
- 23, // 36: BiService.getCompanyType:output_type -> CompanyResp
|
|
|
|
- 21, // [21:37] is the sub-list for method output_type
|
|
|
|
- 5, // [5:21] is the sub-list for method input_type
|
|
|
|
- 5, // [5:5] is the sub-list for extension type_name
|
|
|
|
- 5, // [5:5] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:5] is the sub-list for field type_name
|
|
|
|
|
|
+ 25, // 5: DistributeClueShowReq.datas:type_name -> DistributeClueShows
|
|
|
|
+ 26, // 6: DistributeClueShowResp.data:type_name -> DistributeClueShowss
|
|
|
|
+ 0, // 7: BiService.myDataAsset:input_type -> MyDataAssetReq
|
|
|
|
+ 3, // 8: BiService.addProject:input_type -> AddProjectReq
|
|
|
|
+ 3, // 9: BiService.getInfoId:input_type -> AddProjectReq
|
|
|
|
+ 7, // 10: BiService.drawClue:input_type -> DrawClueReq
|
|
|
|
+ 8, // 11: BiService.Call:input_type -> CallReq
|
|
|
|
+ 11, // 12: BiService.distributeClue:input_type -> DistributeClueReq
|
|
|
|
+ 13, // 13: BiService.clueImport:input_type -> ClueImportReq
|
|
|
|
+ 16, // 14: BiService.clueAdd:input_type -> ClueAddReq
|
|
|
|
+ 13, // 15: BiService.clueImportTt:input_type -> ClueImportReq
|
|
|
|
+ 8, // 16: BiService.autoFollow:input_type -> CallReq
|
|
|
|
+ 17, // 17: BiService.sqlManage:input_type -> SqlManageReq
|
|
|
|
+ 18, // 18: BiService.myInfo:input_type -> MyInfoReq
|
|
|
|
+ 20, // 19: BiService.allInfoExport:input_type -> ExportReq
|
|
|
|
+ 20, // 20: BiService.allProjectExport:input_type -> ExportReq
|
|
|
|
+ 21, // 21: BiService.infoOperate:input_type -> OperateReq
|
|
|
|
+ 22, // 22: BiService.getCompanyType:input_type -> CompanyReq
|
|
|
|
+ 24, // 23: BiService.distributeClueShow:input_type -> DistributeClueShowReq
|
|
|
|
+ 1, // 24: BiService.myDataAsset:output_type -> MyDataAssetResp
|
|
|
|
+ 4, // 25: BiService.addProject:output_type -> AddProjectResp
|
|
|
|
+ 6, // 26: BiService.getInfoId:output_type -> GetInfoIdResp
|
|
|
|
+ 4, // 27: BiService.drawClue:output_type -> AddProjectResp
|
|
|
|
+ 9, // 28: BiService.Call:output_type -> BiResp
|
|
|
|
+ 4, // 29: BiService.distributeClue:output_type -> AddProjectResp
|
|
|
|
+ 14, // 30: BiService.clueImport:output_type -> ClueImportResp
|
|
|
|
+ 4, // 31: BiService.clueAdd:output_type -> AddProjectResp
|
|
|
|
+ 14, // 32: BiService.clueImportTt:output_type -> ClueImportResp
|
|
|
|
+ 14, // 33: BiService.autoFollow:output_type -> ClueImportResp
|
|
|
|
+ 10, // 34: BiService.sqlManage:output_type -> BiReply
|
|
|
|
+ 10, // 35: BiService.myInfo:output_type -> BiReply
|
|
|
|
+ 10, // 36: BiService.allInfoExport:output_type -> BiReply
|
|
|
|
+ 10, // 37: BiService.allProjectExport:output_type -> BiReply
|
|
|
|
+ 10, // 38: BiService.infoOperate:output_type -> BiReply
|
|
|
|
+ 23, // 39: BiService.getCompanyType:output_type -> CompanyResp
|
|
|
|
+ 27, // 40: BiService.distributeClueShow:output_type -> DistributeClueShowResp
|
|
|
|
+ 24, // [24:41] is the sub-list for method output_type
|
|
|
|
+ 7, // [7:24] is the sub-list for method input_type
|
|
|
|
+ 7, // [7:7] is the sub-list for extension type_name
|
|
|
|
+ 7, // [7:7] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:7] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_biService_proto_init() }
|
|
func init() { file_biService_proto_init() }
|
|
@@ -2223,6 +2550,54 @@ func file_biService_proto_init() {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ file_biService_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*DistributeClueShowReq); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_biService_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*DistributeClueShows); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_biService_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*DistributeClueShowss); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_biService_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*DistributeClueShowResp); 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{
|
|
@@ -2230,7 +2605,7 @@ func file_biService_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_biService_proto_rawDesc,
|
|
RawDescriptor: file_biService_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 24,
|
|
|
|
|
|
+ NumMessages: 28,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
NumServices: 1,
|
|
},
|
|
},
|