|
@@ -1548,6 +1548,94 @@ func (x *ProcessAnalysisRequest) GetPagination() *PaginationModel {
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// ProcessMixedSprinkleDetailRequest
|
|
|
|
+type ProcessMixedSprinkleDetailRequest struct {
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
+
|
|
|
|
+ ApiName string `protobuf:"bytes,1,opt,name=api_name,json=apiName,proto3" json:"api_name,omitempty"`
|
|
|
|
+ PastureId int32 `protobuf:"varint,2,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"`
|
|
|
|
+ Pid string `protobuf:"bytes,3,opt,name=pid,proto3" json:"pid,omitempty"`
|
|
|
|
+ FclassId string `protobuf:"bytes,4,opt,name=fclass_id,json=fclassId,proto3" json:"fclass_id,omitempty"`
|
|
|
|
+ Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
+ Pagination *PaginationModel `protobuf:"bytes,6,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) Reset() {
|
|
|
|
+ *x = ProcessMixedSprinkleDetailRequest{}
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[12]
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) String() string {
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (*ProcessMixedSprinkleDetailRequest) ProtoMessage() {}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[12]
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
+ }
|
|
|
|
+ return ms
|
|
|
|
+ }
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+// Deprecated: Use ProcessMixedSprinkleDetailRequest.ProtoReflect.Descriptor instead.
|
|
|
|
+func (*ProcessMixedSprinkleDetailRequest) Descriptor() ([]byte, []int) {
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{12}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetApiName() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.ApiName
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetPastureId() int32 {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.PastureId
|
|
|
|
+ }
|
|
|
|
+ return 0
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetPid() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Pid
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetFclassId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.FclassId
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetId() string {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Id
|
|
|
|
+ }
|
|
|
|
+ return ""
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+func (x *ProcessMixedSprinkleDetailRequest) GetPagination() *PaginationModel {
|
|
|
|
+ if x != nil {
|
|
|
|
+ return x.Pagination
|
|
|
|
+ }
|
|
|
|
+ return nil
|
|
|
|
+}
|
|
|
|
+
|
|
type TrainNumberRequest struct {
|
|
type TrainNumberRequest struct {
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1562,7 +1650,7 @@ type TrainNumberRequest struct {
|
|
func (x *TrainNumberRequest) Reset() {
|
|
func (x *TrainNumberRequest) Reset() {
|
|
*x = TrainNumberRequest{}
|
|
*x = TrainNumberRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[12]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1575,7 +1663,7 @@ func (x *TrainNumberRequest) String() string {
|
|
func (*TrainNumberRequest) ProtoMessage() {}
|
|
func (*TrainNumberRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *TrainNumberRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *TrainNumberRequest) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[12]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1588,7 +1676,7 @@ func (x *TrainNumberRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use TrainNumberRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TrainNumberRequest.ProtoReflect.Descriptor instead.
|
|
func (*TrainNumberRequest) Descriptor() ([]byte, []int) {
|
|
func (*TrainNumberRequest) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{12}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *TrainNumberRequest) GetApiName() string {
|
|
func (x *TrainNumberRequest) GetApiName() string {
|
|
@@ -1632,7 +1720,7 @@ type TrainNumberResponse struct {
|
|
func (x *TrainNumberResponse) Reset() {
|
|
func (x *TrainNumberResponse) Reset() {
|
|
*x = TrainNumberResponse{}
|
|
*x = TrainNumberResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[13]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1645,7 +1733,7 @@ func (x *TrainNumberResponse) String() string {
|
|
func (*TrainNumberResponse) ProtoMessage() {}
|
|
func (*TrainNumberResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *TrainNumberResponse) ProtoReflect() protoreflect.Message {
|
|
func (x *TrainNumberResponse) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[13]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1658,7 +1746,7 @@ func (x *TrainNumberResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use TrainNumberResponse.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TrainNumberResponse.ProtoReflect.Descriptor instead.
|
|
func (*TrainNumberResponse) Descriptor() ([]byte, []int) {
|
|
func (*TrainNumberResponse) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{13}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *TrainNumberResponse) GetCode() int32 {
|
|
func (x *TrainNumberResponse) GetCode() int32 {
|
|
@@ -1693,7 +1781,7 @@ type TrainNumberData struct {
|
|
func (x *TrainNumberData) Reset() {
|
|
func (x *TrainNumberData) Reset() {
|
|
*x = TrainNumberData{}
|
|
*x = TrainNumberData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[14]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1706,7 +1794,7 @@ func (x *TrainNumberData) String() string {
|
|
func (*TrainNumberData) ProtoMessage() {}
|
|
func (*TrainNumberData) ProtoMessage() {}
|
|
|
|
|
|
func (x *TrainNumberData) ProtoReflect() protoreflect.Message {
|
|
func (x *TrainNumberData) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[14]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1719,7 +1807,7 @@ func (x *TrainNumberData) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use TrainNumberData.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use TrainNumberData.ProtoReflect.Descriptor instead.
|
|
func (*TrainNumberData) Descriptor() ([]byte, []int) {
|
|
func (*TrainNumberData) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{14}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *TrainNumberData) GetList() []*FormulaOptionEnum {
|
|
func (x *TrainNumberData) GetList() []*FormulaOptionEnum {
|
|
@@ -1748,7 +1836,7 @@ type SearchAnalysisAccuracyRequest struct {
|
|
func (x *SearchAnalysisAccuracyRequest) Reset() {
|
|
func (x *SearchAnalysisAccuracyRequest) Reset() {
|
|
*x = SearchAnalysisAccuracyRequest{}
|
|
*x = SearchAnalysisAccuracyRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[15]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1761,7 +1849,7 @@ func (x *SearchAnalysisAccuracyRequest) String() string {
|
|
func (*SearchAnalysisAccuracyRequest) ProtoMessage() {}
|
|
func (*SearchAnalysisAccuracyRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *SearchAnalysisAccuracyRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *SearchAnalysisAccuracyRequest) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[15]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1774,7 +1862,7 @@ func (x *SearchAnalysisAccuracyRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SearchAnalysisAccuracyRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SearchAnalysisAccuracyRequest.ProtoReflect.Descriptor instead.
|
|
func (*SearchAnalysisAccuracyRequest) Descriptor() ([]byte, []int) {
|
|
func (*SearchAnalysisAccuracyRequest) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{15}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SearchAnalysisAccuracyRequest) GetCattleParentCategoryId() CattleCategoryParent_Kind {
|
|
func (x *SearchAnalysisAccuracyRequest) GetCattleParentCategoryId() CattleCategoryParent_Kind {
|
|
@@ -1846,7 +1934,7 @@ type SearchAnalysisAccuracyResponse struct {
|
|
func (x *SearchAnalysisAccuracyResponse) Reset() {
|
|
func (x *SearchAnalysisAccuracyResponse) Reset() {
|
|
*x = SearchAnalysisAccuracyResponse{}
|
|
*x = SearchAnalysisAccuracyResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[16]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1859,7 +1947,7 @@ func (x *SearchAnalysisAccuracyResponse) String() string {
|
|
func (*SearchAnalysisAccuracyResponse) ProtoMessage() {}
|
|
func (*SearchAnalysisAccuracyResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *SearchAnalysisAccuracyResponse) ProtoReflect() protoreflect.Message {
|
|
func (x *SearchAnalysisAccuracyResponse) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[16]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1872,7 +1960,7 @@ func (x *SearchAnalysisAccuracyResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SearchAnalysisAccuracyResponse.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SearchAnalysisAccuracyResponse.ProtoReflect.Descriptor instead.
|
|
func (*SearchAnalysisAccuracyResponse) Descriptor() ([]byte, []int) {
|
|
func (*SearchAnalysisAccuracyResponse) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{16}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SearchAnalysisAccuracyResponse) GetCode() int32 {
|
|
func (x *SearchAnalysisAccuracyResponse) GetCode() int32 {
|
|
@@ -1908,7 +1996,7 @@ type AnalysisAccuracy struct {
|
|
func (x *AnalysisAccuracy) Reset() {
|
|
func (x *AnalysisAccuracy) Reset() {
|
|
*x = AnalysisAccuracy{}
|
|
*x = AnalysisAccuracy{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1921,7 +2009,7 @@ func (x *AnalysisAccuracy) String() string {
|
|
func (*AnalysisAccuracy) ProtoMessage() {}
|
|
func (*AnalysisAccuracy) ProtoMessage() {}
|
|
|
|
|
|
func (x *AnalysisAccuracy) ProtoReflect() protoreflect.Message {
|
|
func (x *AnalysisAccuracy) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[17]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1934,7 +2022,7 @@ func (x *AnalysisAccuracy) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use AnalysisAccuracy.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use AnalysisAccuracy.ProtoReflect.Descriptor instead.
|
|
func (*AnalysisAccuracy) Descriptor() ([]byte, []int) {
|
|
func (*AnalysisAccuracy) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{17}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *AnalysisAccuracy) GetChart() *Chart {
|
|
func (x *AnalysisAccuracy) GetChart() *Chart {
|
|
@@ -1965,7 +2053,7 @@ type Chart struct {
|
|
func (x *Chart) Reset() {
|
|
func (x *Chart) Reset() {
|
|
*x = Chart{}
|
|
*x = Chart{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[18]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -1978,7 +2066,7 @@ func (x *Chart) String() string {
|
|
func (*Chart) ProtoMessage() {}
|
|
func (*Chart) ProtoMessage() {}
|
|
|
|
|
|
func (x *Chart) ProtoReflect() protoreflect.Message {
|
|
func (x *Chart) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[18]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[19]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1991,7 +2079,7 @@ func (x *Chart) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Chart.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Chart.ProtoReflect.Descriptor instead.
|
|
func (*Chart) Descriptor() ([]byte, []int) {
|
|
func (*Chart) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *Chart) GetMixedFodderAccurateRatio() *CommonValueRatio {
|
|
func (x *Chart) GetMixedFodderAccurateRatio() *CommonValueRatio {
|
|
@@ -2033,7 +2121,7 @@ type Table struct {
|
|
func (x *Table) Reset() {
|
|
func (x *Table) Reset() {
|
|
*x = Table{}
|
|
*x = Table{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[19]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2046,7 +2134,7 @@ func (x *Table) String() string {
|
|
func (*Table) ProtoMessage() {}
|
|
func (*Table) ProtoMessage() {}
|
|
|
|
|
|
func (x *Table) ProtoReflect() protoreflect.Message {
|
|
func (x *Table) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[19]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2059,7 +2147,7 @@ func (x *Table) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Table.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Table.ProtoReflect.Descriptor instead.
|
|
func (*Table) Descriptor() ([]byte, []int) {
|
|
func (*Table) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *Table) GetTableList() []*Table_TableList {
|
|
func (x *Table) GetTableList() []*Table_TableList {
|
|
@@ -2085,7 +2173,7 @@ type CommonValueRatio struct {
|
|
func (x *CommonValueRatio) Reset() {
|
|
func (x *CommonValueRatio) Reset() {
|
|
*x = CommonValueRatio{}
|
|
*x = CommonValueRatio{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[20]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2098,7 +2186,7 @@ func (x *CommonValueRatio) String() string {
|
|
func (*CommonValueRatio) ProtoMessage() {}
|
|
func (*CommonValueRatio) ProtoMessage() {}
|
|
|
|
|
|
func (x *CommonValueRatio) ProtoReflect() protoreflect.Message {
|
|
func (x *CommonValueRatio) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[20]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2111,7 +2199,7 @@ func (x *CommonValueRatio) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CommonValueRatio.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use CommonValueRatio.ProtoReflect.Descriptor instead.
|
|
func (*CommonValueRatio) Descriptor() ([]byte, []int) {
|
|
func (*CommonValueRatio) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{20}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *CommonValueRatio) GetMaxValue() string {
|
|
func (x *CommonValueRatio) GetMaxValue() string {
|
|
@@ -2167,7 +2255,7 @@ type ValueRatio struct {
|
|
func (x *ValueRatio) Reset() {
|
|
func (x *ValueRatio) Reset() {
|
|
*x = ValueRatio{}
|
|
*x = ValueRatio{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[21]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2180,7 +2268,7 @@ func (x *ValueRatio) String() string {
|
|
func (*ValueRatio) ProtoMessage() {}
|
|
func (*ValueRatio) ProtoMessage() {}
|
|
|
|
|
|
func (x *ValueRatio) ProtoReflect() protoreflect.Message {
|
|
func (x *ValueRatio) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[21]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2193,7 +2281,7 @@ func (x *ValueRatio) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ValueRatio.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use ValueRatio.ProtoReflect.Descriptor instead.
|
|
func (*ValueRatio) Descriptor() ([]byte, []int) {
|
|
func (*ValueRatio) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{21}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ValueRatio) GetValueRatio() []string {
|
|
func (x *ValueRatio) GetValueRatio() []string {
|
|
@@ -2219,7 +2307,7 @@ type SprinkleFeedTimeRequest struct {
|
|
func (x *SprinkleFeedTimeRequest) Reset() {
|
|
func (x *SprinkleFeedTimeRequest) Reset() {
|
|
*x = SprinkleFeedTimeRequest{}
|
|
*x = SprinkleFeedTimeRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2232,7 +2320,7 @@ func (x *SprinkleFeedTimeRequest) String() string {
|
|
func (*SprinkleFeedTimeRequest) ProtoMessage() {}
|
|
func (*SprinkleFeedTimeRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *SprinkleFeedTimeRequest) ProtoReflect() protoreflect.Message {
|
|
func (x *SprinkleFeedTimeRequest) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[22]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2245,7 +2333,7 @@ func (x *SprinkleFeedTimeRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use SprinkleFeedTimeRequest.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use SprinkleFeedTimeRequest.ProtoReflect.Descriptor instead.
|
|
func (*SprinkleFeedTimeRequest) Descriptor() ([]byte, []int) {
|
|
func (*SprinkleFeedTimeRequest) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{22}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *SprinkleFeedTimeRequest) GetFeedFormulaId() int32 {
|
|
func (x *SprinkleFeedTimeRequest) GetFeedFormulaId() int32 {
|
|
@@ -2298,7 +2386,7 @@ type MixedCategoryTmrName struct {
|
|
func (x *MixedCategoryTmrName) Reset() {
|
|
func (x *MixedCategoryTmrName) Reset() {
|
|
*x = MixedCategoryTmrName{}
|
|
*x = MixedCategoryTmrName{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2311,7 +2399,7 @@ func (x *MixedCategoryTmrName) String() string {
|
|
func (*MixedCategoryTmrName) ProtoMessage() {}
|
|
func (*MixedCategoryTmrName) ProtoMessage() {}
|
|
|
|
|
|
func (x *MixedCategoryTmrName) ProtoReflect() protoreflect.Message {
|
|
func (x *MixedCategoryTmrName) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[23]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2324,7 +2412,7 @@ func (x *MixedCategoryTmrName) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use MixedCategoryTmrName.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use MixedCategoryTmrName.ProtoReflect.Descriptor instead.
|
|
func (*MixedCategoryTmrName) Descriptor() ([]byte, []int) {
|
|
func (*MixedCategoryTmrName) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{23}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *MixedCategoryTmrName) GetApiName() string {
|
|
func (x *MixedCategoryTmrName) GetApiName() string {
|
|
@@ -2367,7 +2455,7 @@ type Table_TableList struct {
|
|
func (x *Table_TableList) Reset() {
|
|
func (x *Table_TableList) Reset() {
|
|
*x = Table_TableList{}
|
|
*x = Table_TableList{}
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
@@ -2380,7 +2468,7 @@ func (x *Table_TableList) String() string {
|
|
func (*Table_TableList) ProtoMessage() {}
|
|
func (*Table_TableList) ProtoMessage() {}
|
|
|
|
|
|
func (x *Table_TableList) ProtoReflect() protoreflect.Message {
|
|
func (x *Table_TableList) ProtoReflect() protoreflect.Message {
|
|
- mi := &file_backend_operation_statistic_proto_msgTypes[24]
|
|
|
|
|
|
+ mi := &file_backend_operation_statistic_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2393,7 +2481,7 @@ func (x *Table_TableList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use Table_TableList.ProtoReflect.Descriptor instead.
|
|
// Deprecated: Use Table_TableList.ProtoReflect.Descriptor instead.
|
|
func (*Table_TableList) Descriptor() ([]byte, []int) {
|
|
func (*Table_TableList) Descriptor() ([]byte, []int) {
|
|
- return file_backend_operation_statistic_proto_rawDescGZIP(), []int{19, 0}
|
|
|
|
|
|
+ return file_backend_operation_statistic_proto_rawDescGZIP(), []int{20, 0}
|
|
}
|
|
}
|
|
|
|
|
|
func (x *Table_TableList) GetId() int32 {
|
|
func (x *Table_TableList) GetId() int32 {
|
|
@@ -2698,146 +2786,161 @@ var file_backend_operation_statistic_proto_rawDesc = []byte{
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61,
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61,
|
|
0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
|
|
0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
|
|
0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52,
|
|
0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52,
|
|
- 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xaf, 0x01, 0x0a, 0x12,
|
|
|
|
- 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
- 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a,
|
|
|
|
- 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
- 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09,
|
|
|
|
- 0x69, 0x6e, 0x66, 0x6f, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
- 0x08, 0x69, 0x6e, 0x66, 0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67,
|
|
|
|
- 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e,
|
|
|
|
- 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
- 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65,
|
|
|
|
- 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x73, 0x0a,
|
|
|
|
- 0x13, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
- 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18,
|
|
|
|
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x36, 0x0a, 0x04, 0x64, 0x61,
|
|
|
|
- 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65,
|
|
|
|
- 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x72, 0x61,
|
|
|
|
- 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61,
|
|
|
|
- 0x74, 0x61, 0x22, 0x4b, 0x0a, 0x0f, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65,
|
|
|
|
- 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
|
|
- 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
|
|
|
|
- 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x4f,
|
|
|
|
- 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
|
|
|
|
- 0xab, 0x03, 0x0a, 0x1d, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73,
|
|
|
|
- 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
- 0x74, 0x12, 0x67, 0x0a, 0x19, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x70, 0x61, 0x72, 0x65,
|
|
|
|
- 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
- 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
- 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43,
|
|
|
|
- 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x2e, 0x4b, 0x69,
|
|
|
|
- 0x6e, 0x64, 0x52, 0x16, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74,
|
|
|
|
- 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x66, 0x65,
|
|
|
|
- 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
|
- 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61,
|
|
|
|
- 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x65,
|
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x44, 0x61, 0x74,
|
|
|
|
- 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20,
|
|
|
|
- 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b,
|
|
|
|
- 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28,
|
|
|
|
- 0x05, 0x52, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x73, 0x12, 0x24, 0x0a,
|
|
|
|
- 0x0e, 0x74, 0x6f, 0x70, 0x5f, 0x72, 0x61, 0x6e, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x18,
|
|
|
|
- 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x74, 0x6f, 0x70, 0x52, 0x61, 0x6e, 0x64, 0x53, 0x74,
|
|
|
|
- 0x61, 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x74, 0x6f, 0x70, 0x5f, 0x72, 0x61, 0x6e, 0x64, 0x5f,
|
|
|
|
- 0x65, 0x6e, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74, 0x6f, 0x70, 0x52, 0x61,
|
|
|
|
- 0x6e, 0x64, 0x45, 0x6e, 0x64, 0x12, 0x56, 0x0a, 0x12, 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61,
|
|
|
|
- 0x72, 0x64, 0x5f, 0x74, 0x6f, 0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
|
|
- 0x0e, 0x32, 0x28, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x54,
|
|
|
|
- 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x10, 0x64, 0x61, 0x73,
|
|
|
|
- 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x22, 0x7f, 0x0a,
|
|
|
|
- 0x1e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41,
|
|
|
|
- 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
- 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63,
|
|
|
|
- 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
- 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20,
|
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
|
|
|
|
- 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73,
|
|
|
|
- 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x72,
|
|
|
|
- 0x0a, 0x10, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61,
|
|
|
|
- 0x63, 0x79, 0x12, 0x2e, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
- 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x05, 0x63, 0x68, 0x61,
|
|
|
|
- 0x72, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
- 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x05, 0x74, 0x61, 0x62,
|
|
|
|
- 0x6c, 0x65, 0x22, 0x9f, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x61, 0x72, 0x74, 0x12, 0x62, 0x0a, 0x1b,
|
|
|
|
- 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63,
|
|
|
|
- 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
- 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75,
|
|
|
|
- 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x18, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64,
|
|
|
|
- 0x64, 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
- 0x12, 0x60, 0x0a, 0x1a, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72,
|
|
|
|
- 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x05,
|
|
|
|
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
- 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56,
|
|
|
|
- 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x17, 0x6d, 0x69, 0x78, 0x65, 0x64,
|
|
|
|
- 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x52, 0x61, 0x74,
|
|
|
|
- 0x69, 0x6f, 0x12, 0x68, 0x0a, 0x1e, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66,
|
|
|
|
- 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63,
|
|
|
|
- 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43,
|
|
|
|
- 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52,
|
|
|
|
- 0x1b, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41,
|
|
|
|
- 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x66, 0x0a, 0x1d,
|
|
|
|
- 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f,
|
|
|
|
- 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x07, 0x20,
|
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
|
|
|
|
- 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x1a, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b,
|
|
|
|
- 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x52,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x22, 0x7b, 0x0a, 0x05, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x41, 0x0a,
|
|
|
|
- 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
|
|
- 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
|
|
|
|
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c,
|
|
|
|
- 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
- 0x1a, 0x2f, 0x0a, 0x09, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a,
|
|
|
|
- 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a,
|
|
|
|
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
|
|
|
|
- 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75,
|
|
|
|
- 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x56, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x69, 0x64, 0x64, 0x6c, 0x65, 0x5f, 0x76, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x69, 0x64, 0x64, 0x6c,
|
|
|
|
- 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x69, 0x6e, 0x56, 0x61,
|
|
|
|
- 0x6c, 0x75, 0x65, 0x12, 0x3a, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x73, 0x74,
|
|
|
|
- 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
|
|
|
|
- 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65,
|
|
|
|
- 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12,
|
|
|
|
- 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
|
- 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x4e, 0x61,
|
|
|
|
- 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x64, 0x61, 0x79, 0x18, 0x06,
|
|
|
|
- 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x79, 0x22, 0x2d, 0x0a,
|
|
|
|
- 0x0a, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x76,
|
|
|
|
- 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09,
|
|
|
|
- 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x22, 0xb9, 0x01, 0x0a,
|
|
|
|
- 0x17, 0x53, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x65, 0x65, 0x64, 0x54, 0x69, 0x6d,
|
|
|
|
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x66, 0x65, 0x65, 0x64,
|
|
|
|
- 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
- 0x05, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x49, 0x64,
|
|
|
|
- 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x02,
|
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12,
|
|
|
|
- 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
|
- 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61,
|
|
|
|
- 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x05, 0x52,
|
|
|
|
- 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x64,
|
|
|
|
- 0x61, 0x74, 0x61, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
|
|
|
|
- 0x64, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x14, 0x4d, 0x69, 0x78,
|
|
|
|
- 0x65, 0x64, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x54, 0x6d, 0x72, 0x4e, 0x61, 0x6d,
|
|
|
|
- 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
|
|
|
|
+ 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xe0, 0x01, 0x0a, 0x21,
|
|
|
|
+ 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x69, 0x78, 0x65, 0x64, 0x53, 0x70, 0x72, 0x69,
|
|
|
|
+ 0x6e, 0x6b, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
+ 0x74, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a,
|
|
0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
- 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73,
|
|
|
|
- 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
- 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e,
|
|
|
|
- 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e,
|
|
|
|
- 0x64, 0x54, 0x69, 0x6d, 0x65, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61,
|
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
|
+ 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x70,
|
|
|
|
+ 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x1b, 0x0a,
|
|
|
|
+ 0x09, 0x66, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
+ 0x52, 0x08, 0x66, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
|
|
|
|
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61,
|
|
|
|
+ 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22,
|
|
|
|
+ 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
|
|
|
|
+ 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64,
|
|
|
|
+ 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xaf,
|
|
|
|
+ 0x01, 0x0a, 0x12, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65,
|
|
|
|
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d,
|
|
|
|
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65,
|
|
|
|
+ 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12,
|
|
|
|
+ 0x1b, 0x0a, 0x09, 0x69, 0x6e, 0x66, 0x6f, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x08, 0x69, 0x6e, 0x66, 0x6f, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0a,
|
|
|
|
+ 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
+ 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61,
|
|
|
|
+ 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
|
|
|
|
+ 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
|
+ 0x22, 0x73, 0x0a, 0x13, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52,
|
|
|
|
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18,
|
|
|
|
+ 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d,
|
|
|
|
+ 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x36, 0x0a,
|
|
|
|
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61,
|
|
|
|
+ 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
|
|
|
|
+ 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
|
|
+ 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x4b, 0x0a, 0x0f, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x4e, 0x75,
|
|
|
|
+ 0x6d, 0x62, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x12, 0x38, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
|
|
|
|
+ 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x46, 0x6f, 0x72, 0x6d, 0x75,
|
|
|
|
+ 0x6c, 0x61, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x75, 0x6d, 0x52, 0x04, 0x6c, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x22, 0xab, 0x03, 0x0a, 0x1d, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61,
|
|
|
|
+ 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x71,
|
|
|
|
+ 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x19, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x70,
|
|
|
|
+ 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x69,
|
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
|
|
|
|
+ 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x61, 0x74, 0x74,
|
|
|
|
+ 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74,
|
|
|
|
+ 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x16, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x50, 0x61, 0x72,
|
|
|
|
+ 0x65, 0x6e, 0x74, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a,
|
|
|
|
+ 0x0f, 0x66, 0x65, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x69, 0x64,
|
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d,
|
|
|
|
+ 0x75, 0x6c, 0x61, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x64,
|
|
|
|
+ 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74,
|
|
|
|
+ 0x44, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x65,
|
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12,
|
|
|
|
+ 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05,
|
|
|
|
+ 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x73,
|
|
|
|
+ 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x6f, 0x70, 0x5f, 0x72, 0x61, 0x6e, 0x64, 0x5f, 0x73, 0x74, 0x61,
|
|
|
|
+ 0x72, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0c, 0x74, 0x6f, 0x70, 0x52, 0x61, 0x6e,
|
|
|
|
+ 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x74, 0x6f, 0x70, 0x5f, 0x72, 0x61,
|
|
|
|
+ 0x6e, 0x64, 0x5f, 0x65, 0x6e, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74, 0x6f,
|
|
|
|
+ 0x70, 0x52, 0x61, 0x6e, 0x64, 0x45, 0x6e, 0x64, 0x12, 0x56, 0x0a, 0x12, 0x64, 0x61, 0x73, 0x68,
|
|
|
|
+ 0x62, 0x6f, 0x61, 0x72, 0x64, 0x5f, 0x74, 0x6f, 0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x08,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x0e, 0x32, 0x28, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61,
|
|
|
|
+ 0x72, 0x64, 0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x10,
|
|
|
|
+ 0x64, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64, 0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
+ 0x22, 0x7f, 0x0a, 0x1e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73,
|
|
|
|
+ 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
+ 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
+ 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61,
|
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
|
|
|
|
+ 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x6e, 0x61, 0x6c, 0x79,
|
|
|
|
+ 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74,
|
|
|
|
+ 0x61, 0x22, 0x72, 0x0a, 0x10, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63,
|
|
|
|
+ 0x75, 0x72, 0x61, 0x63, 0x79, 0x12, 0x2e, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x72, 0x74, 0x18, 0x01,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x05,
|
|
|
|
+ 0x63, 0x68, 0x61, 0x72, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x05,
|
|
|
|
+ 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x9f, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x61, 0x72, 0x74, 0x12,
|
|
|
|
+ 0x62, 0x0a, 0x1b, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f,
|
|
|
|
+ 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x04,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56,
|
|
|
|
+ 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x18, 0x6d, 0x69, 0x78, 0x65, 0x64,
|
|
|
|
+ 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61,
|
|
|
|
+ 0x74, 0x69, 0x6f, 0x12, 0x60, 0x0a, 0x1a, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64,
|
|
|
|
+ 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69,
|
|
|
|
+ 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
|
|
|
|
+ 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
|
|
|
|
+ 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x17, 0x6d, 0x69,
|
|
|
|
+ 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74,
|
|
|
|
+ 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x68, 0x0a, 0x1e, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c,
|
|
|
|
+ 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74,
|
|
|
|
+ 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e,
|
|
|
|
+ 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
+ 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74,
|
|
|
|
+ 0x69, 0x6f, 0x52, 0x1b, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64,
|
|
|
|
+ 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12,
|
|
|
|
+ 0x66, 0x0a, 0x1d, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64,
|
|
|
|
+ 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
|
|
|
+ 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
|
|
|
|
+ 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f,
|
|
|
|
+ 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x1a, 0x73, 0x70, 0x72,
|
|
|
|
+ 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72, 0x65,
|
|
|
|
+ 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x22, 0x7b, 0x0a, 0x05, 0x54, 0x61, 0x62, 0x6c, 0x65,
|
|
|
|
+ 0x12, 0x41, 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01,
|
|
|
|
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
|
|
|
|
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x54,
|
|
|
|
+ 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4c,
|
|
|
|
+ 0x69, 0x73, 0x74, 0x1a, 0x2f, 0x0a, 0x09, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74,
|
|
|
|
+ 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64,
|
|
|
|
+ 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
|
|
|
|
+ 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56,
|
|
|
|
+ 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x78,
|
|
|
|
+ 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61,
|
|
|
|
+ 0x78, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x69, 0x64, 0x64, 0x6c, 0x65,
|
|
|
|
+ 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x69,
|
|
|
|
+ 0x64, 0x64, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x69, 0x6e,
|
|
|
|
+ 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x69,
|
|
|
|
+ 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x3a, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c,
|
|
|
|
+ 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62, 0x61, 0x63, 0x6b,
|
|
|
|
+ 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x61,
|
|
|
|
+ 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69,
|
|
|
|
+ 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x6e, 0x61,
|
|
|
|
+ 0x6d, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72,
|
|
|
|
+ 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x64, 0x61,
|
|
|
|
+ 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x79,
|
|
|
|
+ 0x22, 0x2d, 0x0a, 0x0a, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1f,
|
|
|
|
+ 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x01, 0x20,
|
|
|
|
+ 0x03, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x22,
|
|
|
|
+ 0xb9, 0x01, 0x0a, 0x17, 0x53, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x65, 0x65, 0x64,
|
|
|
|
+ 0x54, 0x69, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0f, 0x66,
|
|
|
|
+ 0x65, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c,
|
|
|
|
+ 0x61, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x64, 0x61, 0x74,
|
|
|
|
+ 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x44, 0x61,
|
|
|
|
+ 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03,
|
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a,
|
|
|
|
+ 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03,
|
|
|
|
+ 0x28, 0x05, 0x52, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x73, 0x12, 0x1b,
|
|
|
|
+ 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
|
+ 0x05, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x14,
|
|
|
|
+ 0x4d, 0x69, 0x78, 0x65, 0x64, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x54, 0x6d, 0x72,
|
|
|
|
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
|
|
+ 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
|
+ 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x1d,
|
|
|
|
+ 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
|
|
+ 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a,
|
|
|
|
+ 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
+ 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70,
|
|
|
|
+ 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
+ 0x33,
|
|
}
|
|
}
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -2852,7 +2955,7 @@ func file_backend_operation_statistic_proto_rawDescGZIP() []byte {
|
|
return file_backend_operation_statistic_proto_rawDescData
|
|
return file_backend_operation_statistic_proto_rawDescData
|
|
}
|
|
}
|
|
|
|
|
|
-var file_backend_operation_statistic_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
|
|
|
|
+var file_backend_operation_statistic_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
var file_backend_operation_statistic_proto_goTypes = []interface{}{
|
|
var file_backend_operation_statistic_proto_goTypes = []interface{}{
|
|
(*SearchFormulaEstimateRequest)(nil), // 0: backend.operation.SearchFormulaEstimateRequest
|
|
(*SearchFormulaEstimateRequest)(nil), // 0: backend.operation.SearchFormulaEstimateRequest
|
|
(*SearchInventoryStatisticsRequest)(nil), // 1: backend.operation.SearchInventoryStatisticsRequest
|
|
(*SearchInventoryStatisticsRequest)(nil), // 1: backend.operation.SearchInventoryStatisticsRequest
|
|
@@ -2866,53 +2969,55 @@ var file_backend_operation_statistic_proto_goTypes = []interface{}{
|
|
(*SprinkleStatisticsRequest)(nil), // 9: backend.operation.SprinkleStatisticsRequest
|
|
(*SprinkleStatisticsRequest)(nil), // 9: backend.operation.SprinkleStatisticsRequest
|
|
(*GetDataByNameRequest)(nil), // 10: backend.operation.GetDataByNameRequest
|
|
(*GetDataByNameRequest)(nil), // 10: backend.operation.GetDataByNameRequest
|
|
(*ProcessAnalysisRequest)(nil), // 11: backend.operation.ProcessAnalysisRequest
|
|
(*ProcessAnalysisRequest)(nil), // 11: backend.operation.ProcessAnalysisRequest
|
|
- (*TrainNumberRequest)(nil), // 12: backend.operation.TrainNumberRequest
|
|
|
|
- (*TrainNumberResponse)(nil), // 13: backend.operation.TrainNumberResponse
|
|
|
|
- (*TrainNumberData)(nil), // 14: backend.operation.TrainNumberData
|
|
|
|
- (*SearchAnalysisAccuracyRequest)(nil), // 15: backend.operation.SearchAnalysisAccuracyRequest
|
|
|
|
- (*SearchAnalysisAccuracyResponse)(nil), // 16: backend.operation.SearchAnalysisAccuracyResponse
|
|
|
|
- (*AnalysisAccuracy)(nil), // 17: backend.operation.AnalysisAccuracy
|
|
|
|
- (*Chart)(nil), // 18: backend.operation.Chart
|
|
|
|
- (*Table)(nil), // 19: backend.operation.Table
|
|
|
|
- (*CommonValueRatio)(nil), // 20: backend.operation.CommonValueRatio
|
|
|
|
- (*ValueRatio)(nil), // 21: backend.operation.ValueRatio
|
|
|
|
- (*SprinkleFeedTimeRequest)(nil), // 22: backend.operation.SprinkleFeedTimeRequest
|
|
|
|
- (*MixedCategoryTmrName)(nil), // 23: backend.operation.MixedCategoryTmrName
|
|
|
|
- (*Table_TableList)(nil), // 24: backend.operation.Table.TableList
|
|
|
|
- (*PaginationModel)(nil), // 25: backend.operation.PaginationModel
|
|
|
|
- (*FormulaOptionEnum)(nil), // 26: backend.operation.FormulaOptionEnum
|
|
|
|
- (CattleCategoryParent_Kind)(0), // 27: backend.operation.CattleCategoryParent.Kind
|
|
|
|
- (DashboardTopType_Kind)(0), // 28: backend.operation.DashboardTopType.Kind
|
|
|
|
|
|
+ (*ProcessMixedSprinkleDetailRequest)(nil), // 12: backend.operation.ProcessMixedSprinkleDetailRequest
|
|
|
|
+ (*TrainNumberRequest)(nil), // 13: backend.operation.TrainNumberRequest
|
|
|
|
+ (*TrainNumberResponse)(nil), // 14: backend.operation.TrainNumberResponse
|
|
|
|
+ (*TrainNumberData)(nil), // 15: backend.operation.TrainNumberData
|
|
|
|
+ (*SearchAnalysisAccuracyRequest)(nil), // 16: backend.operation.SearchAnalysisAccuracyRequest
|
|
|
|
+ (*SearchAnalysisAccuracyResponse)(nil), // 17: backend.operation.SearchAnalysisAccuracyResponse
|
|
|
|
+ (*AnalysisAccuracy)(nil), // 18: backend.operation.AnalysisAccuracy
|
|
|
|
+ (*Chart)(nil), // 19: backend.operation.Chart
|
|
|
|
+ (*Table)(nil), // 20: backend.operation.Table
|
|
|
|
+ (*CommonValueRatio)(nil), // 21: backend.operation.CommonValueRatio
|
|
|
|
+ (*ValueRatio)(nil), // 22: backend.operation.ValueRatio
|
|
|
|
+ (*SprinkleFeedTimeRequest)(nil), // 23: backend.operation.SprinkleFeedTimeRequest
|
|
|
|
+ (*MixedCategoryTmrName)(nil), // 24: backend.operation.MixedCategoryTmrName
|
|
|
|
+ (*Table_TableList)(nil), // 25: backend.operation.Table.TableList
|
|
|
|
+ (*PaginationModel)(nil), // 26: backend.operation.PaginationModel
|
|
|
|
+ (*FormulaOptionEnum)(nil), // 27: backend.operation.FormulaOptionEnum
|
|
|
|
+ (CattleCategoryParent_Kind)(0), // 28: backend.operation.CattleCategoryParent.Kind
|
|
|
|
+ (DashboardTopType_Kind)(0), // 29: backend.operation.DashboardTopType.Kind
|
|
}
|
|
}
|
|
var file_backend_operation_statistic_proto_depIdxs = []int32{
|
|
var file_backend_operation_statistic_proto_depIdxs = []int32{
|
|
- 25, // 0: backend.operation.SearchFormulaEstimateRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 1: backend.operation.SearchInventoryStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 2: backend.operation.SearchUserMaterialsStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 3: backend.operation.SearchPriceStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 4: backend.operation.SearchFeedStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 5: backend.operation.CowsAnalysisRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 6: backend.operation.MixFeedStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 7: backend.operation.SprinkleStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 8: backend.operation.ProcessAnalysisRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 25, // 9: backend.operation.TrainNumberRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
- 14, // 10: backend.operation.TrainNumberResponse.data:type_name -> backend.operation.TrainNumberData
|
|
|
|
- 26, // 11: backend.operation.TrainNumberData.list:type_name -> backend.operation.FormulaOptionEnum
|
|
|
|
- 27, // 12: backend.operation.SearchAnalysisAccuracyRequest.cattle_parent_category_id:type_name -> backend.operation.CattleCategoryParent.Kind
|
|
|
|
- 28, // 13: backend.operation.SearchAnalysisAccuracyRequest.dashboard_top_type:type_name -> backend.operation.DashboardTopType.Kind
|
|
|
|
- 17, // 14: backend.operation.SearchAnalysisAccuracyResponse.data:type_name -> backend.operation.AnalysisAccuracy
|
|
|
|
- 18, // 15: backend.operation.AnalysisAccuracy.chart:type_name -> backend.operation.Chart
|
|
|
|
- 19, // 16: backend.operation.AnalysisAccuracy.table:type_name -> backend.operation.Table
|
|
|
|
- 20, // 17: backend.operation.Chart.mixed_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
- 20, // 18: backend.operation.Chart.mixed_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
- 20, // 19: backend.operation.Chart.sprinkle_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
- 20, // 20: backend.operation.Chart.sprinkle_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
- 24, // 21: backend.operation.Table.table_list:type_name -> backend.operation.Table.TableList
|
|
|
|
- 21, // 22: backend.operation.CommonValueRatio.data_list:type_name -> backend.operation.ValueRatio
|
|
|
|
- 23, // [23:23] is the sub-list for method output_type
|
|
|
|
- 23, // [23:23] is the sub-list for method input_type
|
|
|
|
- 23, // [23:23] is the sub-list for extension type_name
|
|
|
|
- 23, // [23:23] is the sub-list for extension extendee
|
|
|
|
- 0, // [0:23] is the sub-list for field type_name
|
|
|
|
|
|
+ 26, // 0: backend.operation.SearchFormulaEstimateRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 1: backend.operation.SearchInventoryStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 2: backend.operation.SearchUserMaterialsStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 3: backend.operation.SearchPriceStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 4: backend.operation.SearchFeedStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 5: backend.operation.CowsAnalysisRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 6: backend.operation.MixFeedStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 7: backend.operation.SprinkleStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 8: backend.operation.ProcessAnalysisRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 9: backend.operation.ProcessMixedSprinkleDetailRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 26, // 10: backend.operation.TrainNumberRequest.pagination:type_name -> backend.operation.PaginationModel
|
|
|
|
+ 15, // 11: backend.operation.TrainNumberResponse.data:type_name -> backend.operation.TrainNumberData
|
|
|
|
+ 27, // 12: backend.operation.TrainNumberData.list:type_name -> backend.operation.FormulaOptionEnum
|
|
|
|
+ 28, // 13: backend.operation.SearchAnalysisAccuracyRequest.cattle_parent_category_id:type_name -> backend.operation.CattleCategoryParent.Kind
|
|
|
|
+ 29, // 14: backend.operation.SearchAnalysisAccuracyRequest.dashboard_top_type:type_name -> backend.operation.DashboardTopType.Kind
|
|
|
|
+ 18, // 15: backend.operation.SearchAnalysisAccuracyResponse.data:type_name -> backend.operation.AnalysisAccuracy
|
|
|
|
+ 19, // 16: backend.operation.AnalysisAccuracy.chart:type_name -> backend.operation.Chart
|
|
|
|
+ 20, // 17: backend.operation.AnalysisAccuracy.table:type_name -> backend.operation.Table
|
|
|
|
+ 21, // 18: backend.operation.Chart.mixed_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
+ 21, // 19: backend.operation.Chart.mixed_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
+ 21, // 20: backend.operation.Chart.sprinkle_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
+ 21, // 21: backend.operation.Chart.sprinkle_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
|
|
|
|
+ 25, // 22: backend.operation.Table.table_list:type_name -> backend.operation.Table.TableList
|
|
|
|
+ 22, // 23: backend.operation.CommonValueRatio.data_list:type_name -> backend.operation.ValueRatio
|
|
|
|
+ 24, // [24:24] is the sub-list for method output_type
|
|
|
|
+ 24, // [24:24] is the sub-list for method input_type
|
|
|
|
+ 24, // [24:24] is the sub-list for extension type_name
|
|
|
|
+ 24, // [24:24] is the sub-list for extension extendee
|
|
|
|
+ 0, // [0:24] is the sub-list for field type_name
|
|
}
|
|
}
|
|
|
|
|
|
func init() { file_backend_operation_statistic_proto_init() }
|
|
func init() { file_backend_operation_statistic_proto_init() }
|
|
@@ -3069,7 +3174,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*TrainNumberRequest); i {
|
|
|
|
|
|
+ switch v := v.(*ProcessMixedSprinkleDetailRequest); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3081,7 +3186,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*TrainNumberResponse); i {
|
|
|
|
|
|
+ switch v := v.(*TrainNumberRequest); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3093,7 +3198,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*TrainNumberData); i {
|
|
|
|
|
|
+ switch v := v.(*TrainNumberResponse); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3105,7 +3210,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SearchAnalysisAccuracyRequest); i {
|
|
|
|
|
|
+ switch v := v.(*TrainNumberData); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3117,7 +3222,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SearchAnalysisAccuracyResponse); i {
|
|
|
|
|
|
+ switch v := v.(*SearchAnalysisAccuracyRequest); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3129,7 +3234,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*AnalysisAccuracy); i {
|
|
|
|
|
|
+ switch v := v.(*SearchAnalysisAccuracyResponse); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3141,7 +3246,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*Chart); i {
|
|
|
|
|
|
+ switch v := v.(*AnalysisAccuracy); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3153,7 +3258,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*Table); i {
|
|
|
|
|
|
+ switch v := v.(*Chart); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3165,7 +3270,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*CommonValueRatio); i {
|
|
|
|
|
|
+ switch v := v.(*Table); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3177,7 +3282,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*ValueRatio); i {
|
|
|
|
|
|
+ switch v := v.(*CommonValueRatio); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3189,7 +3294,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*SprinkleFeedTimeRequest); i {
|
|
|
|
|
|
+ switch v := v.(*ValueRatio); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3201,7 +3306,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
- switch v := v.(*MixedCategoryTmrName); i {
|
|
|
|
|
|
+ switch v := v.(*SprinkleFeedTimeRequest); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
case 1:
|
|
case 1:
|
|
@@ -3213,6 +3318,18 @@ func file_backend_operation_statistic_proto_init() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
file_backend_operation_statistic_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
file_backend_operation_statistic_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
+ switch v := v.(*MixedCategoryTmrName); i {
|
|
|
|
+ case 0:
|
|
|
|
+ return &v.state
|
|
|
|
+ case 1:
|
|
|
|
+ return &v.sizeCache
|
|
|
|
+ case 2:
|
|
|
|
+ return &v.unknownFields
|
|
|
|
+ default:
|
|
|
|
+ return nil
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ file_backend_operation_statistic_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Table_TableList); i {
|
|
switch v := v.(*Table_TableList); i {
|
|
case 0:
|
|
case 0:
|
|
return &v.state
|
|
return &v.state
|
|
@@ -3231,7 +3348,7 @@ func file_backend_operation_statistic_proto_init() {
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_backend_operation_statistic_proto_rawDesc,
|
|
RawDescriptor: file_backend_operation_statistic_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
- NumMessages: 25,
|
|
|
|
|
|
+ NumMessages: 26,
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
},
|
|
},
|