mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
chore(core): add internal_only option for protobug messages
[no changelog]
This commit is contained in:
parent
5eb5f8d8f2
commit
7a7688514a
@ -56,6 +56,7 @@ extend google.protobuf.EnumOptions {
|
||||
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 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 */
|
||||
|
Loading…
Reference in New Issue
Block a user