package
Version:
v1.25.0
Opens a new window with list of versions in this module.
Published: Jun 14, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ASN struct {
Number uint `json:"number"`
Org string `json:"org"`
}
type Country struct {
Name string `json:"name"`
ISOCode string `json:"isoCode"`
}
type Meta struct {
City string `json:"city"`
Country Country `json:"country"`
Subdivisions []string `json:"subdivisions"`
ASN ASN `json:"asn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.