Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize() *fiber.App
Types ¶
type IPAPIResponse ¶
type IPAPIResponse struct { Query string `json:"query"` Status string `json:"status"` Country string `json:"country"` CountryCode string `json:"countryCode"` Region string `json:"region"` RegionName string `json:"regionName"` City string `json:"city"` Zip string `json:"zip"` Lat float64 `json:"lat"` Lon float64 `json:"lon"` Timezone string `json:"timezone"` ISP string `json:"isp"` Org string `json:"org"` AS string `json:"as"` Reverse string `json:"reverse"` Mobile bool `json:"mobile"` Proxy bool `json:"proxy"` Hosting bool `json:"hosting"` }
Click to show internal directories.
Click to hide internal directories.