mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-23 15:11:54 +08:00
7 lines
108 B
Go
7 lines
108 B
Go
package ipinfo
|
|
|
|
type Config struct {
|
|
Database string
|
|
GeoLicenseKey string `yaml:"geo_license_key"`
|
|
}
|