aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto')
-rw-r--r--vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto b/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto
new file mode 100644
index 0000000..35b7145
--- /dev/null
+++ b/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto
@@ -0,0 +1,9 @@
+syntax = "proto2";
+
+package protobuf;
+
+message SimpleMessage {
+ required string description = 1;
+ required int32 id = 2;
+ optional string metadata = 3;
+}