This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/protos/models/model_node_ip_address_threshold.proto
T

10 lines
156 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
message NodeIPAddressThreshold {
int64 id = 1;
bytes itemsJSON = 2;
bytes actionsJSON = 3;
}