Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigtestCmd ¶ added in v0.1.5
type ConfigtestCmd struct {
// contains filtered or unexported fields
}
ConfigtestCmd is Subcommand
func (*ConfigtestCmd) Execute ¶ added in v0.1.5
func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
func (*ConfigtestCmd) Name ¶ added in v0.1.5
func (*ConfigtestCmd) Name() string
Name return subcommand name
func (*ConfigtestCmd) SetFlags ¶ added in v0.1.5
func (p *ConfigtestCmd) SetFlags(f *flag.FlagSet)
SetFlags set flag
func (*ConfigtestCmd) Synopsis ¶ added in v0.1.5
func (*ConfigtestCmd) Synopsis() string
Synopsis return synopsis
func (*ConfigtestCmd) Usage ¶ added in v0.1.5
func (*ConfigtestCmd) Usage() string
Usage return usage
type DiscoverCmd ¶
type DiscoverCmd struct { }
DiscoverCmd is Subcommand of host discovery mode
func (*DiscoverCmd) Execute ¶
func (p *DiscoverCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type HistoryCmd ¶ added in v0.1.4
type HistoryCmd struct {
// contains filtered or unexported fields
}
HistoryCmd is Subcommand of list scanned results
func (*HistoryCmd) Execute ¶ added in v0.1.4
func (p *HistoryCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
func (*HistoryCmd) Name ¶ added in v0.1.4
func (*HistoryCmd) Name() string
Name return subcommand name
func (*HistoryCmd) SetFlags ¶ added in v0.1.4
func (p *HistoryCmd) SetFlags(f *flag.FlagSet)
SetFlags set flag
func (*HistoryCmd) Synopsis ¶ added in v0.1.4
func (*HistoryCmd) Synopsis() string
Synopsis return synopsis
type PrepareCmd ¶
type PrepareCmd struct {
// contains filtered or unexported fields
}
PrepareCmd is Subcommand of host discovery mode
func (*PrepareCmd) Execute ¶
func (p *PrepareCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type ScanCmd ¶
type ScanCmd struct {
// contains filtered or unexported fields
}
ScanCmd is Subcommand of host discovery mode
func (*ScanCmd) Execute ¶
func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
Click to show internal directories.
Click to hide internal directories.