Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type ConnectionReader ¶
type ConnectionReader struct { Dev string ConnectionChan chan Connection // contains filtered or unexported fields }
func (*ConnectionReader) Open ¶
func (cr *ConnectionReader) Open() error
func (*ConnectionReader) Read ¶
func (cr *ConnectionReader) Read() error
type LocationReader ¶
type LocationReader struct { DbPath string // contains filtered or unexported fields }
func (*LocationReader) GetLocationForIP ¶
func (lr *LocationReader) GetLocationForIP(ip net.IP) (Location, error)
func (*LocationReader) Open ¶
func (lr *LocationReader) Open() error
Click to show internal directories.
Click to hide internal directories.