Sign in
flutter
/
third_party
/
protobuf
/
a105495c1702c89deffdf66a6390eb84c4e0abe9
/
.
/
rust
/
protobuf_codegen
/
example
/
proto
/
foo.proto
blob: 92bc3952f9a9693c0427529c0695e8b76ae16569 [
file
]
edition
=
"2023"
;
package
proto_example
;
import
"bar/bar.proto"
;
message
Foo
{
int32
int
=
1
;
repeated
int32
numbers
=
2
;
string
name
=
3
;
Bar
bar
=
4
;
}