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_ip_list.proto
T

13 lines
188 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
message IPList {
int64 id = 1;
bool isOn = 2;
string type = 3;
string name = 4;
string code = 5;
bytes timeoutJSON = 6;
}