GobusterGCS is the main type to implement the interface
| 21 | |
| 22 | // GobusterGCS is the main type to implement the interface |
| 23 | type 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 |
| 31 | func New(globalopts *libgobuster.Options, opts *OptionsGCS, logger *libgobuster.Logger) (*GobusterGCS, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected