Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
db713446336993f1e0a21b3eb84b6f75ceed3cee
/
.
/
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
];
}