Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IPAddressData ¶
type IPAddressData struct { IPv4 string `json:"ip"` Hostname string `json:"hostname"` City string `json:"city"` Region string `json:"region"` Country string `json:"country"` Location string `json:"loc"` Organization string `json:"org"` Postal string `json:"postal"` Timezone string `json:"timezone"` }
func GetIPInfo ¶
func GetIPInfo() (IPAddressData, error)
Click to show internal directories.
Click to hide internal directories.