10 lines
120 B
Protocol Buffer
10 lines
120 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package ref;
|
||
|
|
||
|
import "repeatedmessage.proto";
|
||
|
|
||
|
message Test {
|
||
|
repeatedmessage.Sub greeting = 1;
|
||
|
}
|