换成单集群模式

This commit is contained in:
robin
2026-03-02 20:07:53 +08:00
parent 5d0b7c7e91
commit 2a76d1773d
432 changed files with 5681 additions and 5095 deletions

View File

@@ -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;
}