Sign in
flutter
/
third_party
/
protobuf
/
65896c1f4b99a8f49fb3ffccdd18426ac6e1d538
/
.
/
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
];
}