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

Interface Mode

mode.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Mode interface {
12 BuildGetLoginUUIDRequest(ctx context.Context) (*http.Request, error)
13 BuildGetLoginInfoRequest(ctx context.Context, path string) (*http.Request, error)
14 BuildPushLoginRequest(ctx context.Context, host string, uin int64) (*http.Request, error)
15}
16
17var (
18 // normal 网页版模式

Callers 3

GetLoginUUIDMethod · 0.65
GetLoginInfoMethod · 0.65
WebWxPushLoginMethod · 0.65

Implementers 2

normalModemode.go

Calls

no outgoing calls

Tested by

no test coverage detected