Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eatmoreapple/openwechat
/ BotLogin
Interface
BotLogin
bot_login.go:155–157 ·
view source on GitHub ↗
BotLogin 定义了一个Login的接口
Source
from the content-addressed store, hash-verified
153
154
// BotLogin 定义了一个Login的接口
155
type
BotLogin
interface
{
156
Login(bot *Bot) error
157
}
158
159
// ScanLogin 扫码登录
160
type
ScanLogin
struct
{
Callers
8
OnError
Method · 0.65
login
Method · 0.65
TestLogin
Function · 0.65
TestLogout
Function · 0.65
TestMessageHandle
Function · 0.65
TestFriends
Function · 0.65
TestGroups
Function · 0.65
TestPinUser
Function · 0.65
Implementers
4
ScanLogin
bot_login.go
HotLogin
bot_login.go
PushLogin
bot_login.go
Bot
bot.go
Calls
no outgoing calls
Tested by
no test coverage detected