updated install-java.sh

This commit is contained in:
marvzhang
2020-03-05 08:09:12 +08:00
parent b5dad4c071
commit 47fcae9456
5 changed files with 21 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ type Node struct {
Ip string `json:"ip" bson:"ip"`
Port string `json:"port" bson:"port"`
Mac string `json:"mac" bson:"mac"`
Hostname string `json:"hostname" bson:"hostname"`
Description string `json:"description" bson:"description"`
// 用于唯一标识节点可能是mac地址可能是ip地址
Key string `json:"key" bson:"key"`