Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
7fbb54c695bfbe3f8095977b13ac8c5263905b6a
/
.
/
ghttp
/
protobuf
/
simple_message.proto
blob: 35b7145c247905989b993d0029d28d2a23d3f31b [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
protobuf
;
message
SimpleMessage
{
required
string
description
=
1
;
required
int32
id
=
2
;
optional
string
metadata
=
3
;
}