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