mirror of
https://github.com/google/pebble.git
synced 2025-03-20 19:01:21 +00:00
9 lines
124 B
Protocol Buffer
9 lines
124 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message SecondOneof {
|
||
|
repeated int32 foo = 1;
|
||
|
}
|
||
|
|
||
|
message AnotherList {
|
||
|
repeated int32 bar = 1;
|
||
|
}
|