MCPcopy
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的接口
155type BotLogin interface {
156 Login(bot *Bot) error
157}
158
159// ScanLogin 扫码登录
160type ScanLogin struct {

Callers 8

OnErrorMethod · 0.65
loginMethod · 0.65
TestLoginFunction · 0.65
TestLogoutFunction · 0.65
TestMessageHandleFunction · 0.65
TestFriendsFunction · 0.65
TestGroupsFunction · 0.65
TestPinUserFunction · 0.65

Implementers 4

ScanLoginbot_login.go
HotLoginbot_login.go
PushLoginbot_login.go
Botbot.go

Calls

no outgoing calls

Tested by

no test coverage detected