MCPcopy
hub / github.com/OJ/gobuster / Result

Struct Result

gobusterfuzz/result.go:17–23  ·  view source on GitHub ↗

Result represents a single result

Source from the content-addressed store, hash-verified

15
16// Result represents a single result
17type Result struct {
18 Word string
19 Path string
20 StatusCode int
21 Size int64
22 Header http.Header
23}
24
25// ResultToString converts the Result to its textual representation
26func (r Result) ResultToString() (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected