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