提交 simple proto 配置文件
This commit is contained in:
parent
c19d61c011
commit
4b283adf9a
10
src/main/proto/simple.proto
Normal file
10
src/main/proto/simple.proto
Normal file
@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package com.insight.demo.protocolbuffers.mode;
|
||||
|
||||
message SimpleMessage {
|
||||
int32 id = 1;
|
||||
bool is_simple = 2;
|
||||
string name = 3;
|
||||
repeated int32 sample_list = 4;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user