seaweedfs/weed-fs/src/pkg/topology/ip_range.go
2012-08-23 22:33:37 -07:00

12 lines
104 B
Go

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