换成单集群模式
This commit is contained in:
@@ -3,6 +3,8 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_node_login.proto";
|
||||
|
||||
message HTTPDNSNode {
|
||||
int64 id = 1;
|
||||
int64 clusterId = 2;
|
||||
@@ -18,4 +20,5 @@ message HTTPDNSNode {
|
||||
bytes installStatusJSON = 12;
|
||||
int64 createdAt = 13;
|
||||
int64 updatedAt = 14;
|
||||
NodeLogin nodeLogin = 15;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user