MCPcopy
hub / github.com/eatmoreapple/openwechat / HotLogin

Struct HotLogin

bot_login.go:214–216  ·  view source on GitHub ↗

HotLogin 热登录模式

Source from the content-addressed store, hash-verified

212
213// HotLogin 热登录模式
214type HotLogin struct {
215 storage HotReloadStorage
216}
217
218// Login 实现了 BotLogin 接口
219func (h *HotLogin) Login(bot *Bot) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected