Initial commit (code only without large binaries)
This commit is contained in:
13
EdgeCommon/pkg/rpc/protos/models/model_dns_issue.proto
Normal file
13
EdgeCommon/pkg/rpc/protos/models/model_dns_issue.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message DNSIssue {
|
||||
string target = 1;
|
||||
int64 targetId = 2;
|
||||
string type = 3;
|
||||
string description = 4;
|
||||
map<string, string> params = 5;
|
||||
bool mustFix = 6; // 是否必须修复
|
||||
}
|
||||
Reference in New Issue
Block a user