Files
revsuit/internal/ipinfo/config.go
T
2021-06-12 22:04:45 +08:00

7 lines
108 B
Go

package ipinfo
type Config struct {
Database string
GeoLicenseKey string `yaml:"geo_license_key"`
}