Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeCommon/pkg/rpc/protos/models/model_http_web.proto
Normal file
9
EdgeCommon/pkg/rpc/protos/models/model_http_web.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPWeb {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user