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

Struct ScanLogin

bot_login.go:160–162  ·  view source on GitHub ↗

ScanLogin 扫码登录

Source from the content-addressed store, hash-verified

158
159// ScanLogin 扫码登录
160type ScanLogin struct {
161 UUID string
162}
163
164// Login 实现了 BotLogin 接口
165func (s *ScanLogin) Login(bot *Bot) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected