实现基础的IP地址阈值

This commit is contained in:
GoEdgeLab
2021-09-12 20:21:27 +08:00
parent f4fdbdc4d7
commit 603ca06601
11 changed files with 1355 additions and 89 deletions

View File

@@ -0,0 +1,10 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message NodeIPAddressThreshold {
int64 id = 1;
bytes itemsJSON = 2;
bytes actionsJSON = 3;
}