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