mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
chore(core): add internal_only option for protobug messages
[no changelog]
This commit is contained in:
parent
5eb5f8d8f2
commit
7a7688514a
@ -54,8 +54,9 @@ extend google.protobuf.EnumOptions {
|
|||||||
|
|
||||||
/** Options for tagging message types */
|
/** Options for tagging message types */
|
||||||
extend google.protobuf.MessageOptions {
|
extend google.protobuf.MessageOptions {
|
||||||
optional bool experimental_message = 52001; // indicate that a message is intended for development and beta testing only and its definition may change at any time
|
optional bool experimental_message = 52001; // indicate that a message is intended for development and beta testing only and its definition may change at any time
|
||||||
optional uint32 wire_type = 52002; // override wire type specified in the MessageType enum
|
optional uint32 wire_type = 52002; // override wire type specified in the MessageType enum
|
||||||
|
optional bool internal_only = 52003; // indicate that a message is intended for internal use only and should not be transmitted via the wire
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Options for tagging field types */
|
/** Options for tagging field types */
|
||||||
|
Loading…
Reference in New Issue
Block a user