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