管理端全部功能跑通
This commit is contained in:
14
EdgeCommon/pkg/rpc/protos/models/model_httpdns_domain.proto
Normal file
14
EdgeCommon/pkg/rpc/protos/models/model_httpdns_domain.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPDNSDomain {
|
||||
int64 id = 1;
|
||||
int64 appId = 2;
|
||||
string domain = 3;
|
||||
bool isOn = 4;
|
||||
int64 createdAt = 5;
|
||||
int64 updatedAt = 6;
|
||||
int64 ruleCount = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user