阶段性提交

This commit is contained in:
GoEdgeLab
2020-09-16 09:09:31 +08:00
parent aa86446f4f
commit 1648192e73
24 changed files with 2156 additions and 317 deletions

View File

@@ -5,5 +5,7 @@ package pb;
message HTTPWeb {
int64 id = 1;
string root = 2;
bool isOn = 2;
string root = 3;
int64 gzipId = 4;
}