Discover Packages
github.com/chenmingyong0423/fnote/server
internal
data_analysis
internal
domain
package
Version:
v0.0.0-...-6730fbd
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type IpApi struct {
Status string `json:"status"`
Country string `json:"country"`
CountryCode string `json:"countryCode"`
City string `json:"city"`
Query string `json:"query"`
}
type IpApiRequestBody struct {
Query string `json:"query"`
Fields string `json:"fields"`
Lang string `json:"lang"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.