mirror of
https://github.com/rclone/rclone.git
synced 2025-08-06 21:00:40 +02:00
9 lines
117 B
Protocol Buffer
9 lines
117 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package grpc.testing;
|
|
|
|
message ToBeExtended {
|
|
required int32 foo = 1;
|
|
extensions 10 to 30;
|
|
}
|