diff --git a/bsi_flex_335_v1_0/alert.proto b/bsi_flex_335_v1_0/alert.proto index 20afd9f..2c386d0 100644 --- a/bsi_flex_335_v1_0/alert.proto +++ b/bsi_flex_335_v1_0/alert.proto @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "AlertProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message Alert { diff --git a/bsi_flex_335_v1_0/alert_ack.proto b/bsi_flex_335_v1_0/alert_ack.proto index eba5e0d..43f2de6 100644 --- a/bsi_flex_335_v1_0/alert_ack.proto +++ b/bsi_flex_335_v1_0/alert_ack.proto @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "AlertAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message AlertAck { diff --git a/bsi_flex_335_v1_0/associated_detection.proto b/bsi_flex_335_v1_0/associated_detection.proto index 7e9f787..376175c 100644 --- a/bsi_flex_335_v1_0/associated_detection.proto +++ b/bsi_flex_335_v1_0/associated_detection.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "AssociatedDetectionProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message AssociatedDetection { optional google.protobuf.Timestamp timestamp = 1; // UTC timestamp the message was sent diff --git a/bsi_flex_335_v1_0/associated_file.proto b/bsi_flex_335_v1_0/associated_file.proto index 29f186c..895e7af 100644 --- a/bsi_flex_335_v1_0/associated_file.proto +++ b/bsi_flex_335_v1_0/associated_file.proto @@ -12,6 +12,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "AssociatedFileProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message AssociatedFile { string type = 1; // Type of file contained available at the URL diff --git a/bsi_flex_335_v1_0/detection_report.proto b/bsi_flex_335_v1_0/detection_report.proto index e8eed1a..c1508c8 100644 --- a/bsi_flex_335_v1_0/detection_report.proto +++ b/bsi_flex_335_v1_0/detection_report.proto @@ -19,6 +19,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "DetectionReportProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message DetectionReport { diff --git a/bsi_flex_335_v1_0/error.proto b/bsi_flex_335_v1_0/error.proto index adfc0c7..2a8bfdd 100644 --- a/bsi_flex_335_v1_0/error.proto +++ b/bsi_flex_335_v1_0/error.proto @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "ErrorProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message Error { diff --git a/bsi_flex_335_v1_0/location.proto b/bsi_flex_335_v1_0/location.proto index 4b6b8e6..22bfc43 100644 --- a/bsi_flex_335_v1_0/location.proto +++ b/bsi_flex_335_v1_0/location.proto @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "LocationProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message LocationList { repeated Location locations = 1; // List of locations used to define a region diff --git a/bsi_flex_335_v1_0/range_bearing.proto b/bsi_flex_335_v1_0/range_bearing.proto index f014e21..2df76fe 100644 --- a/bsi_flex_335_v1_0/range_bearing.proto +++ b/bsi_flex_335_v1_0/range_bearing.proto @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "RangeBearingProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message RangeBearing { optional double elevation = 1; // Elevation in relation to node's horizon diff --git a/bsi_flex_335_v1_0/registration.proto b/bsi_flex_335_v1_0/registration.proto index 193e4a6..aadc70e 100644 --- a/bsi_flex_335_v1_0/registration.proto +++ b/bsi_flex_335_v1_0/registration.proto @@ -15,6 +15,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "RegistrationProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message Registration { repeated NodeDefinition node_definition = 1; // Type of the node diff --git a/bsi_flex_335_v1_0/registration_ack.proto b/bsi_flex_335_v1_0/registration_ack.proto index 02ee8ea..51d4e3c 100644 --- a/bsi_flex_335_v1_0/registration_ack.proto +++ b/bsi_flex_335_v1_0/registration_ack.proto @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "RegistrationAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message RegistrationAck { diff --git a/bsi_flex_335_v1_0/sapient_message.proto b/bsi_flex_335_v1_0/sapient_message.proto index bfa4690..61c62a8 100644 --- a/bsi_flex_335_v1_0/sapient_message.proto +++ b/bsi_flex_335_v1_0/sapient_message.proto @@ -24,6 +24,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "SapientMessageProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START options] option (file_options) = { diff --git a/bsi_flex_335_v1_0/status_report.proto b/bsi_flex_335_v1_0/status_report.proto index fdb17a2..dae4fec 100644 --- a/bsi_flex_335_v1_0/status_report.proto +++ b/bsi_flex_335_v1_0/status_report.proto @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "StatusReportProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message StatusReport { diff --git a/bsi_flex_335_v1_0/task.proto b/bsi_flex_335_v1_0/task.proto index 7e65155..8a7f8a7 100644 --- a/bsi_flex_335_v1_0/task.proto +++ b/bsi_flex_335_v1_0/task.proto @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "TaskProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message Task { diff --git a/bsi_flex_335_v1_0/task_ack.proto b/bsi_flex_335_v1_0/task_ack.proto index be936ea..9ddc19d 100644 --- a/bsi_flex_335_v1_0/task_ack.proto +++ b/bsi_flex_335_v1_0/task_ack.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "TaskAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] message TaskAck { diff --git a/bsi_flex_335_v1_0/velocity.proto b/bsi_flex_335_v1_0/velocity.proto index a827118..f041505 100644 --- a/bsi_flex_335_v1_0/velocity.proto +++ b/bsi_flex_335_v1_0/velocity.proto @@ -12,6 +12,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1"; option java_outer_classname = "VelocityProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1"; +// [END go_declaration] + // [START messages] diff --git a/bsi_flex_335_v2_0/alert.proto b/bsi_flex_335_v2_0/alert.proto index defd328..4ea2659 100644 --- a/bsi_flex_335_v2_0/alert.proto +++ b/bsi_flex_335_v2_0/alert.proto @@ -17,6 +17,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "AlertProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message Alert { diff --git a/bsi_flex_335_v2_0/alert_ack.proto b/bsi_flex_335_v2_0/alert_ack.proto index 9d21595..29ccd77 100644 --- a/bsi_flex_335_v2_0/alert_ack.proto +++ b/bsi_flex_335_v2_0/alert_ack.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "AlertAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message AlertAck { diff --git a/bsi_flex_335_v2_0/associated_detection.proto b/bsi_flex_335_v2_0/associated_detection.proto index 6374235..67e4f77 100644 --- a/bsi_flex_335_v2_0/associated_detection.proto +++ b/bsi_flex_335_v2_0/associated_detection.proto @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "AssociatedDetectionProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message AssociatedDetection { optional google.protobuf.Timestamp timestamp = 1; // UTC timestamp the message was sent diff --git a/bsi_flex_335_v2_0/associated_file.proto b/bsi_flex_335_v2_0/associated_file.proto index 7615407..d9071c0 100644 --- a/bsi_flex_335_v2_0/associated_file.proto +++ b/bsi_flex_335_v2_0/associated_file.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "AssociatedFileProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message AssociatedFile { optional string type = 1 [(field_options) = {is_mandatory: true}]; // Type of file contained available at the URL diff --git a/bsi_flex_335_v2_0/detection_report.proto b/bsi_flex_335_v2_0/detection_report.proto index 5cb4a39..29db43a 100644 --- a/bsi_flex_335_v2_0/detection_report.proto +++ b/bsi_flex_335_v2_0/detection_report.proto @@ -20,6 +20,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "DetectionReportProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message DetectionReport { diff --git a/bsi_flex_335_v2_0/error.proto b/bsi_flex_335_v2_0/error.proto index c5b6b0b..e8b5c67 100644 --- a/bsi_flex_335_v2_0/error.proto +++ b/bsi_flex_335_v2_0/error.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "ErrorProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message Error { diff --git a/bsi_flex_335_v2_0/follow.proto b/bsi_flex_335_v2_0/follow.proto index ccf5dd5..bca126f 100644 --- a/bsi_flex_335_v2_0/follow.proto +++ b/bsi_flex_335_v2_0/follow.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "FollowProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message FollowObject { string follow_object_id = 1 [(field_options) = {is_mandatory: true}];// This field specifies the object_id (from the Detection Messages) of the object the mobile node should follow diff --git a/bsi_flex_335_v2_0/location.proto b/bsi_flex_335_v2_0/location.proto index 115dc84..3f2de7f 100644 --- a/bsi_flex_335_v2_0/location.proto +++ b/bsi_flex_335_v2_0/location.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "LocationProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message LocationList { repeated Location locations = 1 [(field_options) = {is_mandatory: true}]; // List of locations used to define a region diff --git a/bsi_flex_335_v2_0/range_bearing.proto b/bsi_flex_335_v2_0/range_bearing.proto index dfbf998..2ef2be3 100644 --- a/bsi_flex_335_v2_0/range_bearing.proto +++ b/bsi_flex_335_v2_0/range_bearing.proto @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "RangeBearingProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message RangeBearing { optional double elevation = 1; // Elevation in relation to node's horizon diff --git a/bsi_flex_335_v2_0/registration.proto b/bsi_flex_335_v2_0/registration.proto index 2b7221a..14cf563 100644 --- a/bsi_flex_335_v2_0/registration.proto +++ b/bsi_flex_335_v2_0/registration.proto @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "RegistrationProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] enum Operator { diff --git a/bsi_flex_335_v2_0/registration_ack.proto b/bsi_flex_335_v2_0/registration_ack.proto index 7b5c199..0da19ec 100644 --- a/bsi_flex_335_v2_0/registration_ack.proto +++ b/bsi_flex_335_v2_0/registration_ack.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "RegistrationAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message RegistrationAck { diff --git a/bsi_flex_335_v2_0/sapient_message.proto b/bsi_flex_335_v2_0/sapient_message.proto index 7f7f3b0..bfbd16a 100644 --- a/bsi_flex_335_v2_0/sapient_message.proto +++ b/bsi_flex_335_v2_0/sapient_message.proto @@ -24,6 +24,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "SapientMessageProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START options] option (file_options) = { diff --git a/bsi_flex_335_v2_0/status_report.proto b/bsi_flex_335_v2_0/status_report.proto index 81fbb19..cce6742 100644 --- a/bsi_flex_335_v2_0/status_report.proto +++ b/bsi_flex_335_v2_0/status_report.proto @@ -15,6 +15,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "StatusReportProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message StatusReport { diff --git a/bsi_flex_335_v2_0/task.proto b/bsi_flex_335_v2_0/task.proto index b48579d..11dad9b 100644 --- a/bsi_flex_335_v2_0/task.proto +++ b/bsi_flex_335_v2_0/task.proto @@ -20,6 +20,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "TaskProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] diff --git a/bsi_flex_335_v2_0/task_ack.proto b/bsi_flex_335_v2_0/task_ack.proto index 4277086..5915329 100644 --- a/bsi_flex_335_v2_0/task_ack.proto +++ b/bsi_flex_335_v2_0/task_ack.proto @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "TaskAckProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] message TaskAck { diff --git a/bsi_flex_335_v2_0/velocity.proto b/bsi_flex_335_v2_0/velocity.proto index ab41970..5220655 100644 --- a/bsi_flex_335_v2_0/velocity.proto +++ b/bsi_flex_335_v2_0/velocity.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2"; option java_outer_classname = "VelocityProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2"; +// [END go_declaration] + // [START messages] diff --git a/proto_options.proto b/proto_options.proto index 1f7bbbe..a83ea4e 100644 --- a/proto_options.proto +++ b/proto_options.proto @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg"; option java_outer_classname = "ProtoOptionsProto"; // [END java_declaration] +// [START go_declaration] +option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg;sapientmsg"; +// [END go_declaration] + // [START messages] message FileOptions { string standard_version = 1;