管理端全部功能跑通
This commit is contained in:
20
EdgeCommon/pkg/rpc/protos/models/model_httpdns_app.proto
Normal file
20
EdgeCommon/pkg/rpc/protos/models/model_httpdns_app.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPDNSApp {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string appId = 3;
|
||||
bool isOn = 4;
|
||||
int64 primaryClusterId = 5;
|
||||
int64 backupClusterId = 6;
|
||||
string sniMode = 7;
|
||||
bool signEnabled = 8;
|
||||
string signSecret = 9;
|
||||
int64 signUpdatedAt = 10;
|
||||
int64 createdAt = 11;
|
||||
int64 updatedAt = 12;
|
||||
int64 userId = 13;
|
||||
}
|
||||
Reference in New Issue
Block a user