aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/ghttp/protobuf/simple_message.proto
blob: 35b7145c247905989b993d0029d28d2a23d3f31b (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

package protobuf;

message SimpleMessage {
    required string description = 1;
    required int32 id = 2;
    optional string metadata = 3;
}