[agent-go] - 更新ServerInfo的字段 - 1

This commit is contained in:
zeaslity
2024-04-29 17:33:28 +08:00
parent d2da023119
commit e7f0d9ea33
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ func BastionModeInit() {
Comment: "", Comment: "",
MachineID: "", MachineID: "",
AgentVersion: "", AgentVersion: "",
TopicName: "BastionNode", AgentTopicName: "BastionNode",
} }
// build for bastion mode operator // build for bastion mode operator

View File

@@ -8,7 +8,7 @@ type ServerInfo struct {
gorm.Model gorm.Model
ServerName string `grom:type` ServerName string `grom:type`
TopicName string AgentTopicName string
ServerIPPublicV4 string ServerIPPublicV4 string
ServerIPInnerV4 string ServerIPInnerV4 string
ServerIPPublicV6 string ServerIPPublicV6 string