Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckError ¶
func CheckError(e error)
Types ¶
type AppGaode ¶
type AppGaode struct { //数据库连接配置 DbConfig struct { Hostname string Database string Username string Password string Charset string Port string Prefix string } //数据库连接 Db *gorm.DB Startdate string //运行开始时间 Stopdate string //运行截止时间 Ranks int //仅获取前 n 名城市排名的数据 Intervals int //获取间隔时间(s)秒 }
主应用
Click to show internal directories.
Click to hide internal directories.