package topology import ( ) type IpRange struct { inclusives []string exclusives []string }