diff --git a/models/node.go b/models/node.go index 8a2f68e..68cadbb 100644 --- a/models/node.go +++ b/models/node.go @@ -2,6 +2,7 @@ package models type Node struct { Id string `json:"id" gorm:"primaryKey"` + Name string `json:"name"` HttpPort string `json:"httpPort"` Domain string `json:"domain"` Address string `json:"address"`