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 { Latest bool // 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 ListCmd ¶ added in v0.2.0
type ListCmd struct {
// contains filtered or unexported fields
}
ListCmd is Subcommand for fetch Nvd information.
func (*ListCmd) Execute ¶ added in v0.2.0
func (p *ListCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute execute
Click to show internal directories.
Click to hide internal directories.