Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
e2e
/
protobuf-google
/
user.proto
blob: c17886661110fa09e7d1b72585210f8ffbb177ea [
file
]
syntax
=
"proto3"
;
import
"status.proto"
;
message
User
{
string
name
=
1
;
status
.
Status
status
=
2
;
repeated
string
tags
=
3
;
}