seaweedfs/weed-fs/src/pkg/topology/ip_range.go

12 lines
104 B
Go
Raw Normal View History

2012-08-24 05:33:37 +00:00
package topology
import (
)
type IpRange struct {
inclusives []string
exclusives []string
}