Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchJvnCmd ¶
type FetchJvnCmd struct {
// contains filtered or unexported fields
}
FetchJvnCmd is Subcommand for fetch JVN information.
func (*FetchJvnCmd) Execute ¶
func (p *FetchJvnCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type FetchNvdCmd ¶
type FetchNvdCmd struct {
// contains filtered or unexported fields
}
FetchNvdCmd is Subcommand for fetch Nvd information.
func (*FetchNvdCmd) Execute ¶
func (p *FetchNvdCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
type LoadJvnCmd ¶
type LoadJvnCmd struct {
// contains filtered or unexported fields
}
LoadJvnCmd is Subcommand for load JVN information from local JSON file.
func (*LoadJvnCmd) Execute ¶
func (p *LoadJvnCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
Click to show internal directories.
Click to hide internal directories.