|
@@ -1266,6 +1266,258 @@ func (x *ViewReply) GetViewList() []*View {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+type AprRequest struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ ViewId *string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3,oneof" json:"view_id,omitempty"`
|
|
|
+ AprId *string `protobuf:"bytes,2,opt,name=apr_id,json=aprId,proto3,oneof" json:"apr_id,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprRequest) Reset() {
|
|
|
+ *x = AprRequest{}
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[15]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprRequest) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AprRequest) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AprRequest) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[15]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AprRequest.ProtoReflect.Descriptor instead.
|
|
|
+func (*AprRequest) Descriptor() ([]byte, []int) {
|
|
|
+ return file_dr_protocol_idl_proto_rawDescGZIP(), []int{15}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprRequest) GetViewId() string {
|
|
|
+ if x != nil && x.ViewId != nil {
|
|
|
+ return *x.ViewId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprRequest) GetAprId() string {
|
|
|
+ if x != nil && x.AprId != nil {
|
|
|
+ return *x.AprId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+type AprSub struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ WorkStationId int32 `protobuf:"varint,1,opt,name=work_station_id,json=workStationId,proto3" json:"work_station_id,omitempty"`
|
|
|
+ PatientSize string `protobuf:"bytes,2,opt,name=patient_size,json=patientSize,proto3" json:"patient_size,omitempty"`
|
|
|
+ ConfigObject *structpb.Struct `protobuf:"bytes,3,opt,name=config_object,json=configObject,proto3" json:"config_object,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprSub) Reset() {
|
|
|
+ *x = AprSub{}
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[16]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprSub) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AprSub) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AprSub) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[16]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AprSub.ProtoReflect.Descriptor instead.
|
|
|
+func (*AprSub) Descriptor() ([]byte, []int) {
|
|
|
+ return file_dr_protocol_idl_proto_rawDescGZIP(), []int{16}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprSub) GetWorkStationId() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.WorkStationId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprSub) GetPatientSize() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PatientSize
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprSub) GetConfigObject() *structpb.Struct {
|
|
|
+ if x != nil {
|
|
|
+ return x.ConfigObject
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+type AprReply struct {
|
|
|
+ state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
+ AprId string `protobuf:"bytes,1,opt,name=apr_id,json=aprId,proto3" json:"apr_id,omitempty"`
|
|
|
+ AprName string `protobuf:"bytes,2,opt,name=apr_name,json=aprName,proto3" json:"apr_name,omitempty"`
|
|
|
+ AprDescription string `protobuf:"bytes,3,opt,name=apr_description,json=aprDescription,proto3" json:"apr_description,omitempty"`
|
|
|
+ PatientType string `protobuf:"bytes,4,opt,name=patient_type,json=patientType,proto3" json:"patient_type,omitempty"`
|
|
|
+ BodyPartId string `protobuf:"bytes,5,opt,name=body_part_id,json=bodyPartId,proto3" json:"body_part_id,omitempty"`
|
|
|
+ ViewPosition string `protobuf:"bytes,6,opt,name=view_position,json=viewPosition,proto3" json:"view_position,omitempty"`
|
|
|
+ Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
|
|
|
+ Modality string `protobuf:"bytes,8,opt,name=modality,proto3" json:"modality,omitempty"`
|
|
|
+ Sub []*AprSub `protobuf:"bytes,9,rep,name=sub,proto3" json:"sub,omitempty"`
|
|
|
+ Sort int32 `protobuf:"varint,10,opt,name=sort,proto3" json:"sort,omitempty"`
|
|
|
+ IsEnabled bool `protobuf:"varint,11,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
|
|
|
+ Product string `protobuf:"bytes,12,opt,name=product,proto3" json:"product,omitempty"`
|
|
|
+ IsPreInstall bool `protobuf:"varint,13,opt,name=is_pre_install,json=isPreInstall,proto3" json:"is_pre_install,omitempty"`
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) Reset() {
|
|
|
+ *x = AprReply{}
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[17]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*AprReply) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *AprReply) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_dr_protocol_idl_proto_msgTypes[17]
|
|
|
+ if x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use AprReply.ProtoReflect.Descriptor instead.
|
|
|
+func (*AprReply) Descriptor() ([]byte, []int) {
|
|
|
+ return file_dr_protocol_idl_proto_rawDescGZIP(), []int{17}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetAprId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AprId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetAprName() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AprName
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetAprDescription() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.AprDescription
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetPatientType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PatientType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetBodyPartId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.BodyPartId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetViewPosition() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ViewPosition
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetCategory() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Category
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetModality() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Modality
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetSub() []*AprSub {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sub
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetSort() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Sort
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetIsEnabled() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsEnabled
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetProduct() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Product
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *AprReply) GetIsPreInstall() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsPreInstall
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
var File_dr_protocol_idl_proto protoreflect.FileDescriptor
|
|
|
|
|
|
const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
@@ -1411,7 +1663,35 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
|
"\aproduct\x18\x15 \x01(\tR\aproduct\x12$\n" +
|
|
|
"\x0eis_pre_install\x18\x16 \x01(\bR\fisPreInstall\";\n" +
|
|
|
"\tViewReply\x12.\n" +
|
|
|
- "\tview_list\x18\x01 \x03(\v2\x11.dr.protocol.ViewR\bviewList2T\n" +
|
|
|
+ "\tview_list\x18\x01 \x03(\v2\x11.dr.protocol.ViewR\bviewList\"]\n" +
|
|
|
+ "\n" +
|
|
|
+ "AprRequest\x12\x1c\n" +
|
|
|
+ "\aview_id\x18\x01 \x01(\tH\x00R\x06viewId\x88\x01\x01\x12\x1a\n" +
|
|
|
+ "\x06apr_id\x18\x02 \x01(\tH\x01R\x05aprId\x88\x01\x01B\n" +
|
|
|
+ "\n" +
|
|
|
+ "\b_view_idB\t\n" +
|
|
|
+ "\a_apr_id\"\x91\x01\n" +
|
|
|
+ "\x06AprSub\x12&\n" +
|
|
|
+ "\x0fwork_station_id\x18\x01 \x01(\x05R\rworkStationId\x12!\n" +
|
|
|
+ "\fpatient_size\x18\x02 \x01(\tR\vpatientSize\x12<\n" +
|
|
|
+ "\rconfig_object\x18\x03 \x01(\v2\x17.google.protobuf.StructR\fconfigObject\"\xa1\x03\n" +
|
|
|
+ "\bAprReply\x12\x15\n" +
|
|
|
+ "\x06apr_id\x18\x01 \x01(\tR\x05aprId\x12\x19\n" +
|
|
|
+ "\bapr_name\x18\x02 \x01(\tR\aaprName\x12'\n" +
|
|
|
+ "\x0fapr_description\x18\x03 \x01(\tR\x0eaprDescription\x12!\n" +
|
|
|
+ "\fpatient_type\x18\x04 \x01(\tR\vpatientType\x12 \n" +
|
|
|
+ "\fbody_part_id\x18\x05 \x01(\tR\n" +
|
|
|
+ "bodyPartId\x12#\n" +
|
|
|
+ "\rview_position\x18\x06 \x01(\tR\fviewPosition\x12\x1a\n" +
|
|
|
+ "\bcategory\x18\a \x01(\tR\bcategory\x12\x1a\n" +
|
|
|
+ "\bmodality\x18\b \x01(\tR\bmodality\x12%\n" +
|
|
|
+ "\x03sub\x18\t \x03(\v2\x13.dr.protocol.AprSubR\x03sub\x12\x12\n" +
|
|
|
+ "\x04sort\x18\n" +
|
|
|
+ " \x01(\x05R\x04sort\x12\x1d\n" +
|
|
|
+ "\n" +
|
|
|
+ "is_enabled\x18\v \x01(\bR\tisEnabled\x12\x18\n" +
|
|
|
+ "\aproduct\x18\f \x01(\tR\aproduct\x12$\n" +
|
|
|
+ "\x0eis_pre_install\x18\r \x01(\bR\fisPreInstall2T\n" +
|
|
|
"\x05Basic\x12K\n" +
|
|
|
"\fSoftwareInfo\x12\x19.dr.protocol.EmptyRequest\x1a\x1e.dr.protocol.SoftwareInfoReply\"\x002\xc0\x03\n" +
|
|
|
"\bProtocol\x12V\n" +
|
|
@@ -1420,7 +1700,9 @@ const file_dr_protocol_idl_proto_rawDesc = "" +
|
|
|
"\x10GetProcedureList\x12\x1d.dr.protocol.ProcedureRequest\x1a\x1b.dr.protocol.ProcedureReply\"\x00\x12@\n" +
|
|
|
"\fGetProcedure\x12\x16.dr.protocol.IDRequest\x1a\x16.dr.protocol.Procedure\"\x00\x12A\n" +
|
|
|
"\vGetViewList\x12\x18.dr.protocol.ViewRequest\x1a\x16.dr.protocol.ViewReply\"\x00\x126\n" +
|
|
|
- "\aGetView\x12\x16.dr.protocol.IDRequest\x1a\x11.dr.protocol.View\"\x00B\x11Z\x0fdr_protocol_pb/b\x06proto3"
|
|
|
+ "\aGetView\x12\x16.dr.protocol.IDRequest\x1a\x11.dr.protocol.View\"\x002A\n" +
|
|
|
+ "\x03Apr\x12:\n" +
|
|
|
+ "\x06GetApr\x12\x17.dr.protocol.AprRequest\x1a\x15.dr.protocol.AprReply\"\x00B\x11Z\x0fdr_protocol_pb/b\x06proto3"
|
|
|
|
|
|
var (
|
|
|
file_dr_protocol_idl_proto_rawDescOnce sync.Once
|
|
@@ -1434,7 +1716,7 @@ func file_dr_protocol_idl_proto_rawDescGZIP() []byte {
|
|
|
return file_dr_protocol_idl_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_dr_protocol_idl_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
|
+var file_dr_protocol_idl_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
|
|
|
var file_dr_protocol_idl_proto_goTypes = []any{
|
|
|
(*EmptyRequest)(nil), // 0: dr.protocol.EmptyRequest
|
|
|
(*IDRequest)(nil), // 1: dr.protocol.IDRequest
|
|
@@ -1451,33 +1733,40 @@ var file_dr_protocol_idl_proto_goTypes = []any{
|
|
|
(*ViewRequest)(nil), // 12: dr.protocol.ViewRequest
|
|
|
(*View)(nil), // 13: dr.protocol.View
|
|
|
(*ViewReply)(nil), // 14: dr.protocol.ViewReply
|
|
|
- (*structpb.Struct)(nil), // 15: google.protobuf.Struct
|
|
|
+ (*AprRequest)(nil), // 15: dr.protocol.AprRequest
|
|
|
+ (*AprSub)(nil), // 16: dr.protocol.AprSub
|
|
|
+ (*AprReply)(nil), // 17: dr.protocol.AprReply
|
|
|
+ (*structpb.Struct)(nil), // 18: google.protobuf.Struct
|
|
|
}
|
|
|
var file_dr_protocol_idl_proto_depIdxs = []int32{
|
|
|
4, // 0: dr.protocol.PatientTypeReply.patient_type_list:type_name -> dr.protocol.PatientType
|
|
|
7, // 1: dr.protocol.BodyPartReply.body_part_list:type_name -> dr.protocol.BodyPart
|
|
|
10, // 2: dr.protocol.ProcedureReply.procedure_list:type_name -> dr.protocol.Procedure
|
|
|
- 15, // 3: dr.protocol.View.config_object:type_name -> google.protobuf.Struct
|
|
|
+ 18, // 3: dr.protocol.View.config_object:type_name -> google.protobuf.Struct
|
|
|
13, // 4: dr.protocol.ViewReply.view_list:type_name -> dr.protocol.View
|
|
|
- 0, // 5: dr.protocol.Basic.SoftwareInfo:input_type -> dr.protocol.EmptyRequest
|
|
|
- 3, // 6: dr.protocol.Protocol.GetPatientTypeList:input_type -> dr.protocol.PatientTypeRequest
|
|
|
- 6, // 7: dr.protocol.Protocol.GetBodyPartList:input_type -> dr.protocol.BodyPartRequest
|
|
|
- 9, // 8: dr.protocol.Protocol.GetProcedureList:input_type -> dr.protocol.ProcedureRequest
|
|
|
- 1, // 9: dr.protocol.Protocol.GetProcedure:input_type -> dr.protocol.IDRequest
|
|
|
- 12, // 10: dr.protocol.Protocol.GetViewList:input_type -> dr.protocol.ViewRequest
|
|
|
- 1, // 11: dr.protocol.Protocol.GetView:input_type -> dr.protocol.IDRequest
|
|
|
- 2, // 12: dr.protocol.Basic.SoftwareInfo:output_type -> dr.protocol.SoftwareInfoReply
|
|
|
- 5, // 13: dr.protocol.Protocol.GetPatientTypeList:output_type -> dr.protocol.PatientTypeReply
|
|
|
- 8, // 14: dr.protocol.Protocol.GetBodyPartList:output_type -> dr.protocol.BodyPartReply
|
|
|
- 11, // 15: dr.protocol.Protocol.GetProcedureList:output_type -> dr.protocol.ProcedureReply
|
|
|
- 10, // 16: dr.protocol.Protocol.GetProcedure:output_type -> dr.protocol.Procedure
|
|
|
- 14, // 17: dr.protocol.Protocol.GetViewList:output_type -> dr.protocol.ViewReply
|
|
|
- 13, // 18: dr.protocol.Protocol.GetView:output_type -> dr.protocol.View
|
|
|
- 12, // [12:19] is the sub-list for method output_type
|
|
|
- 5, // [5:12] 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
|
|
|
+ 18, // 5: dr.protocol.AprSub.config_object:type_name -> google.protobuf.Struct
|
|
|
+ 16, // 6: dr.protocol.AprReply.sub:type_name -> dr.protocol.AprSub
|
|
|
+ 0, // 7: dr.protocol.Basic.SoftwareInfo:input_type -> dr.protocol.EmptyRequest
|
|
|
+ 3, // 8: dr.protocol.Protocol.GetPatientTypeList:input_type -> dr.protocol.PatientTypeRequest
|
|
|
+ 6, // 9: dr.protocol.Protocol.GetBodyPartList:input_type -> dr.protocol.BodyPartRequest
|
|
|
+ 9, // 10: dr.protocol.Protocol.GetProcedureList:input_type -> dr.protocol.ProcedureRequest
|
|
|
+ 1, // 11: dr.protocol.Protocol.GetProcedure:input_type -> dr.protocol.IDRequest
|
|
|
+ 12, // 12: dr.protocol.Protocol.GetViewList:input_type -> dr.protocol.ViewRequest
|
|
|
+ 1, // 13: dr.protocol.Protocol.GetView:input_type -> dr.protocol.IDRequest
|
|
|
+ 15, // 14: dr.protocol.Apr.GetApr:input_type -> dr.protocol.AprRequest
|
|
|
+ 2, // 15: dr.protocol.Basic.SoftwareInfo:output_type -> dr.protocol.SoftwareInfoReply
|
|
|
+ 5, // 16: dr.protocol.Protocol.GetPatientTypeList:output_type -> dr.protocol.PatientTypeReply
|
|
|
+ 8, // 17: dr.protocol.Protocol.GetBodyPartList:output_type -> dr.protocol.BodyPartReply
|
|
|
+ 11, // 18: dr.protocol.Protocol.GetProcedureList:output_type -> dr.protocol.ProcedureReply
|
|
|
+ 10, // 19: dr.protocol.Protocol.GetProcedure:output_type -> dr.protocol.Procedure
|
|
|
+ 14, // 20: dr.protocol.Protocol.GetViewList:output_type -> dr.protocol.ViewReply
|
|
|
+ 13, // 21: dr.protocol.Protocol.GetView:output_type -> dr.protocol.View
|
|
|
+ 17, // 22: dr.protocol.Apr.GetApr:output_type -> dr.protocol.AprReply
|
|
|
+ 15, // [15:23] is the sub-list for method output_type
|
|
|
+ 7, // [7:15] 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_dr_protocol_idl_proto_init() }
|
|
@@ -1490,15 +1779,16 @@ func file_dr_protocol_idl_proto_init() {
|
|
|
file_dr_protocol_idl_proto_msgTypes[6].OneofWrappers = []any{}
|
|
|
file_dr_protocol_idl_proto_msgTypes[9].OneofWrappers = []any{}
|
|
|
file_dr_protocol_idl_proto_msgTypes[12].OneofWrappers = []any{}
|
|
|
+ file_dr_protocol_idl_proto_msgTypes[15].OneofWrappers = []any{}
|
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
File: protoimpl.DescBuilder{
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_dr_protocol_idl_proto_rawDesc), len(file_dr_protocol_idl_proto_rawDesc)),
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 15,
|
|
|
+ NumMessages: 18,
|
|
|
NumExtensions: 0,
|
|
|
- NumServices: 2,
|
|
|
+ NumServices: 3,
|
|
|
},
|
|
|
GoTypes: file_dr_protocol_idl_proto_goTypes,
|
|
|
DependencyIndexes: file_dr_protocol_idl_proto_depIdxs,
|