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

Struct GobusterGCS

gobustergcs/gobustersgcs.go:23–28  ·  view source on GitHub ↗

GobusterGCS is the main type to implement the interface

Source from the content-addressed store, hash-verified

21
22// GobusterGCS is the main type to implement the interface
23type GobusterGCS struct {
24 options *OptionsGCS
25 globalopts *libgobuster.Options
26 http *libgobuster.HTTPClient
27 bucketRegex *regexp.Regexp
28}
29
30// New creates a new initialized GobusterGCS
31func New(globalopts *libgobuster.Options, opts *OptionsGCS, logger *libgobuster.Logger) (*GobusterGCS, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected