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

Struct Result

gobusters3/result.go:12–16  ·  view source on GitHub ↗

Result represents a single result

Source from the content-addressed store, hash-verified

10
11// Result represents a single result
12type Result struct {
13 Found bool
14 BucketName string
15 Status string
16}
17
18// ResultToString converts the Result to its textual representation
19func (r Result) ResultToString() (string, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected