Initial commit (code only without large binaries)
This commit is contained in:
14
EdgeCommon/pkg/rpc/protos/models/model_dns_provider.proto
Normal file
14
EdgeCommon/pkg/rpc/protos/models/model_dns_provider.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message DNSProvider {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string type = 3;
|
||||
string typeName = 4;
|
||||
bytes apiParamsJSON = 5;
|
||||
int64 dataUpdatedAt = 6;
|
||||
int32 minTTL = 7; // 最小TTL
|
||||
}
|
||||
Reference in New Issue
Block a user