Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyInput = errors.New("empty data")
)
Functions ¶
func GetDefaultDirectory ¶ added in v1.0.6
func GetDefaultDirectory() string
func UpdateRule ¶ added in v1.0.6
func UpdateRule()
Types ¶
type Options ¶
type Options struct {
UrlFile string
URL goflags.StringSlice
Threads int
Timeout int
Proxy string
Output io.Writer
OutputFile string
Stdin bool
FingerHome string
Debug bool
UpdateRule bool
}
func ParseOptions ¶
func ParseOptions() *Options
type OutputFields ¶
type OutputWriter ¶
type OutputWriter struct {
JSON bool
}
OutputWriter outputs content to writers.
func NewOutputWriter ¶
func NewOutputWriter(json bool) *OutputWriter
NewOutputWriter creates a new OutputWriter
Click to show internal directories.
Click to hide internal directories.