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

Struct Result

gobusterdir/result.go:21–26  ·  view source on GitHub ↗

Result represents a single result

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected