mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 04:10:55 +08:00
实现基础的IP地址阈值
This commit is contained in:
10
pkg/rpc/protos/models/model_node_ip_address_threshold.proto
Normal file
10
pkg/rpc/protos/models/model_node_ip_address_threshold.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeIPAddressThreshold {
|
||||
int64 id = 1;
|
||||
bytes itemsJSON = 2;
|
||||
bytes actionsJSON = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user