actions

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InitAction

type InitAction struct{}

InitAction handles the init command.

func NewInitAction

func NewInitAction() *InitAction

NewInitAction creates a new InitAction.

func (*InitAction) Execute

func (a *InitAction) Execute(c *cli.Context) error

Execute writes a starter .dupehound.yml to the current directory.

type ScanAction

type ScanAction struct {
	// contains filtered or unexported fields
}

ScanAction handles the scan command.

func NewScanAction

func NewScanAction(svc *services.ScannerService) *ScanAction

NewScanAction creates a new ScanAction with the given ScannerService.

func (*ScanAction) Execute

func (a *ScanAction) Execute(c *cli.Context) error

Execute runs the scan command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL