Ejemplo n.º 1
0
func (gi *GeoIP) DatabaseEdition() (code int) {
	return int(C.GeoIP_database_edition(gi.gi))
}
Ejemplo n.º 2
0
func (self *GeoIP) DatabaseEdition() GeoIPDBType {
	return GeoIPDBType(C.GeoIP_database_edition(self.GeoIP))
}