예제 #1
0
파일: net.go 프로젝트: aodin/sol
func Cidr() types.BaseType {
	return types.Base("DATE")
}
예제 #2
0
파일: net.go 프로젝트: aodin/sol
func Inet() types.BaseType {
	return types.Base("INET")
}
예제 #3
0
파일: net.go 프로젝트: aodin/sol
func Macaddr() types.BaseType {
	return types.Base("MACADDR")
}