MCPcopy Create free account
hub / github.com/code-scan/Goal / ZoomEye

Struct ZoomEye

Gsensor/ZoomEye.go:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type ZoomEye struct {
13 Domain string
14 UserName string
15 PassWord string
16 Type string
17 result Result
18 http Ghttp.Http
19}
20
21type ZoomEyeResult struct {
22 Status int `json:"status"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected