initial commit
[govpp.git] / vendor / github.com / onsi / gomega / ghttp / protobuf / simple_message.proto
1 syntax = "proto2";
2
3 package protobuf;
4
5 message SimpleMessage {
6     required string description = 1;
7     required int32 id = 2;
8     optional string metadata = 3;
9 }