Sign in
edge
/
third_party
/
onsi
/
gomega
/
3ad7eba6410baf95c1a169e9cf7adf60a075aca9
/
.
/
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
;
}