mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-02 03:11:55 +08:00
阶段性提交
This commit is contained in:
9
pkg/rpc/protos/model_http_web.proto
Normal file
9
pkg/rpc/protos/model_http_web.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPWeb {
|
||||
int64 id = 1;
|
||||
string root = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user