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

Interface BotPreparer

bot_login.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type BotPreparer interface {
39 Prepare(*Bot)
40}
41
42type BotLoginOption interface {
43 BotPreparer

Callers 3

PrepareMethod · 0.65
loginMethod · 0.65
DefaultBotFunction · 0.65

Implementers 1

BaseBotLoginOptionbot_login.go

Calls

no outgoing calls

Tested by

no test coverage detected