HotLogin 热登录模式
| 212 | |
| 213 | // HotLogin 热登录模式 |
| 214 | type HotLogin struct { |
| 215 | storage HotReloadStorage |
| 216 | } |
| 217 | |
| 218 | // Login 实现了 BotLogin 接口 |
| 219 | func (h *HotLogin) Login(bot *Bot) error { |
nothing calls this directly
no outgoing calls
no test coverage detected