Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
func
NewMyPageProcesser() *MyPageProcesser {
21
return
&MyPageProcesser{}
22
}
23
24
func
(this *MyPageProcesser) login(name string, pwd string) {
25
}
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected