discovery/core/net/zone.go
2017-06-26 19:10:52 +09:00

7 lines
58 B
Go

package net
type Zone struct {
Cidr int32
Ip int64
}