mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-09 08:31:54 +08:00
实现基础的通知媒介管理
This commit is contained in:
14
pkg/rpc/protos/models/model_monitor_node.proto
Normal file
14
pkg/rpc/protos/models/model_monitor_node.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message MonitorNode {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
string uniqueId = 3;
|
||||
string secret = 4;
|
||||
string name = 5;
|
||||
string description = 6;
|
||||
bytes statusJSON = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user