MCPcopy
hub / github.com/hu17889/go_spider / NewMyPageProcesser

Function NewMyPageProcesser

example/github_login_profile_page_processor/main.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func NewMyPageProcesser() *MyPageProcesser {
21 return &MyPageProcesser{}
22}
23
24func (this *MyPageProcesser) login(name string, pwd string) {
25}

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected