1
1
Fork 0
mirror of https://github.com/OJ/gobuster.git synced 2024-06-08 20:36:03 +02:00
gobuster/gobustervhost/options.go
Christian Mehlmauer 9b6813f4c4
reduce code reuse
2019-04-29 09:29:57 +02:00

11 lines
196 B
Go

package gobustervhost
import (
"github.com/OJ/gobuster/v3/libgobuster"
)
// OptionsVhost is the struct to hold all options for this plugin
type OptionsVhost struct {
libgobuster.OptionsHTTP
}