blob: 08d4325c0297e6fe4f7b9bc85250430b0dae57d9 [file] [log] [blame]
package nodes
type Node struct {
Address string
ID int
Port int
Status Status
Condition string
Weight int
}