简化代码/增加HTTPPage服务

This commit is contained in:
GoEdgeLab
2020-09-17 10:15:55 +08:00
parent afec1c1fe7
commit bdaa090b5d
28 changed files with 3103 additions and 3994 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message RPCUpdateSuccess {
}