8 lines
106 B
Protocol Buffer
8 lines
106 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "repeatedmessage.proto";
|
|
|
|
message Test {
|
|
repeatedmessage.Sub greeting = 1;
|
|
}
|