Sign in
chromium
/
external
/
github.com
/
google
/
cel-go
/
refs/heads/readme-patch
/
.
/
cel
/
testdata
/
team.proto
blob: bf601da8b47de86ef320f95b1db0c5e29f6c2ad9 [
file
] [
edit
]
syntax
=
"proto3"
;
package
cel
.
testdata
;
import
"cel/testdata/mutant.proto"
;
message
Team
{
string
name
=
1
;
repeated
Mutant
members
=
2
;
}