From 0e3141f2a84d3fb3fcc6a9f7e6f9929f62062caa Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 09 五月 2019 15:10:12 +0800 Subject: [PATCH] remove main.go, change test to protomsg --- protomsg.proto | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/test.proto b/protomsg.proto similarity index 67% rename from test.proto rename to protomsg.proto index 774a81e..ce5d2c3 100644 --- a/test.proto +++ b/protomsg.proto @@ -12,3 +12,10 @@ TaskLabel tasklab = 2; bytes data =3 ; } + +// Image ipc struct +message Image{ + int32 width = 1; + int32 height = 2; + bytes data = 3; +} -- Gitblit v1.8.0