Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpToGeoMap ¶ added in v0.1.51
func NewIpToGeoMap ¶ added in v0.1.51
func NewIpToGeoMap() IpToGeoMap
func (IpToGeoMap) GetByAddress ¶ added in v0.1.51
func (g IpToGeoMap) GetByAddress(address string) Info
func (IpToGeoMap) GetByHostname ¶ added in v0.1.51
func (g IpToGeoMap) GetByHostname(hostname string) Info
func (IpToGeoMap) GetByIp ¶ added in v0.1.51
func (g IpToGeoMap) GetByIp(ip string) Info
Click to show internal directories.
Click to hide internal directories.