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

Struct SecurityTrailsApi

Gsensor/SecurityTrailsApi.go:14–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type SecurityTrailsApi struct {
15 Domain string
16 UserName string
17 PassWord string
18 Cookie string
19 Type string
20 Resolver bool
21 MaxPage int
22 http Ghttp.Http
23 result Result
24 buildId string
25 hostIp string
26}
27
28type SecurityTrailsApiResponse struct {
29 Endpoint string `json:"endpoint"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected