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