mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-02 02:49:26 +00:00
Tidy up the house
This commit is contained in:
@ -7,11 +7,6 @@ import (
|
||||
"github.com/oschwald/maxminddb-golang"
|
||||
)
|
||||
|
||||
// Record is the interface to be implemented for record operations
|
||||
type Record interface {
|
||||
LookUp(ip net.IP)
|
||||
}
|
||||
|
||||
// GeoRecord is the model for City database
|
||||
type GeoRecord struct {
|
||||
Country struct {
|
||||
|
Reference in New Issue
Block a user