Sign in
flutter
/
third_party
/
protobuf
/
d1b851c9bc41f1e0c4567a322d36bb25da773db2
/
.
/
rust
/
test
/
cpp
/
debug.proto
blob: 5317c9d20666ba20c298282155cf8e6fdd378d15 [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
debug
;
message
DebugMsg
{
int32
id
=
1
;
string
secret_user_data
=
2
[
debug_redact
=
true
];
}