管理端全部功能跑通
This commit is contained in:
21
EdgeCommon/pkg/rpc/protos/models/model_httpdns_node.proto
Normal file
21
EdgeCommon/pkg/rpc/protos/models/model_httpdns_node.proto
Normal file
@@ -0,0 +1,21 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPDNSNode {
|
||||
int64 id = 1;
|
||||
int64 clusterId = 2;
|
||||
string name = 3;
|
||||
bool isOn = 4;
|
||||
bool isUp = 5;
|
||||
bool isInstalled = 6;
|
||||
bool isActive = 7;
|
||||
string uniqueId = 8;
|
||||
string secret = 9;
|
||||
string installDir = 10;
|
||||
bytes statusJSON = 11;
|
||||
bytes installStatusJSON = 12;
|
||||
int64 createdAt = 13;
|
||||
int64 updatedAt = 14;
|
||||
}
|
||||
Reference in New Issue
Block a user