This commit is contained in:
@@ -9,6 +9,15 @@ import "base/v1/msg.proto";
|
||||
INTERNAL DATA;
|
||||
*/
|
||||
|
||||
message Foo {
|
||||
string first = 1;
|
||||
oneof some_oneof {
|
||||
string second = 2;
|
||||
string third = 3;
|
||||
}
|
||||
string d = 4;
|
||||
}
|
||||
|
||||
message InternalTransactionData {
|
||||
int64 transaction_id = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user