阶段性提交

This commit is contained in:
GoEdgeLab
2020-07-21 17:27:00 +08:00
commit a39aeb54c8
38 changed files with 2505 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
package log;
option go_package = "./log";
service Service {
}