Sign in
flutter
/
third_party
/
protobuf
/
b86cf2d789ed8b6b4b9c0fd59b6e9b198389ce38
/
.
/
examples
/
bazel
/
foo.proto
blob: f68b99443ddf17656443e06c60b925695403d367 [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
message
Foo
{
optional
int64
time
=
1
;
optional
string
greeting
=
2
;
}