package model import "time" type Node struct { Ip string CountryCode string CountryName string Secret string LastUpdateTime time.Time }