Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountPlugin ¶
type AccountPlugin struct{}
func (*AccountPlugin) Name ¶
func (p *AccountPlugin) Name() string
func (*AccountPlugin) Run ¶
func (p *AccountPlugin) Run(ctx context.Context, config *core.ScanConfig) ([]core.Result, error)
type BackdoorPlugin ¶
type BackdoorPlugin struct{}
func (*BackdoorPlugin) Name ¶
func (p *BackdoorPlugin) Name() string
func (*BackdoorPlugin) Run ¶
func (p *BackdoorPlugin) Run(ctx context.Context, config *core.ScanConfig) ([]core.Result, error)
type ConfigPlugin ¶
type ConfigPlugin struct{}
func (*ConfigPlugin) Name ¶
func (p *ConfigPlugin) Name() string
func (*ConfigPlugin) Run ¶
func (p *ConfigPlugin) Run(ctx context.Context, config *core.ScanConfig) ([]core.Result, error)
type LogScanPlugin ¶
type LogScanPlugin struct{}
func (*LogScanPlugin) Name ¶
func (p *LogScanPlugin) Name() string
func (*LogScanPlugin) Run ¶
func (p *LogScanPlugin) Run(ctx context.Context, config *core.ScanConfig) ([]core.Result, error)
Click to show internal directories.
Click to hide internal directories.