Versions in this module Expand all Collapse all v0 v0.1.0 Jul 25, 2024 Changes in this version + type App struct + Mode string + Port uint32 + type Application struct + App App + Log Log + type HotConf struct + Application Application + Whitelist Whitelist + func CopyHotConf() *HotConf + func GetHotConf() *HotConf + type HotConfRegister struct + func (HotConfRegister) Register() error + type Log struct + Filename string + Level int + MaxAge int + MaxBackups int + MaxSize int + type WhiteAccount struct + ID string + Phone string + type Whitelist []WhiteAccount