Versions in this module Expand all Collapse all v1 v1.0.2 Apr 25, 2024 v1.0.1 Apr 24, 2024 Changes in this version + var ASNonce sync.Once + var ASNreader ASNReader + var IPonce sync.Once + var IPreader IPReader + func DownloadASN(path string) (err error) + func DownloadMMDB(path string) (err error) + func LoadFromBytes(buffer []byte) + func ReloadASN() + func ReloadIP() + func Verify(path string) bool + type ASNReader struct + func ASNInstance() ASNReader + func (r ASNReader) LookupASN(ip net.IP) ASNResult + type ASNResult struct + AutonomousSystemNumber uint32 + AutonomousSystemOrganization string + type IPReader struct + func IPInstance() IPReader + func (r IPReader) LookupCode(ipAddress net.IP) []string