Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Entrypoint ¶
Types ¶
type LoggerActioner ¶
type LoggerActioner struct {
// contains filtered or unexported fields
}
func (*LoggerActioner) Duplicate ¶
func (l *LoggerActioner) Duplicate(item Item, duplicateFilename string) error
func (*LoggerActioner) Finish ¶
func (l *LoggerActioner) Finish() error
func (*LoggerActioner) NotDuplicate ¶
func (l *LoggerActioner) NotDuplicate(item Item) error
type RemoveDuplicatesActioner ¶
type RemoveDuplicatesActioner struct{}
func (*RemoveDuplicatesActioner) Duplicate ¶
func (l *RemoveDuplicatesActioner) Duplicate(item Item, _ string) error
func (*RemoveDuplicatesActioner) Finish ¶
func (l *RemoveDuplicatesActioner) Finish() error
func (*RemoveDuplicatesActioner) NotDuplicate ¶
func (l *RemoveDuplicatesActioner) NotDuplicate(item Item) error
type TeeActioner ¶
type TeeActioner struct {
// contains filtered or unexported fields
}
can be used to, fox example, log AND remove duplicates
func (*TeeActioner) Duplicate ¶
func (t *TeeActioner) Duplicate(item Item, duplicateFilename string) error
func (*TeeActioner) Finish ¶
func (t *TeeActioner) Finish() error
func (*TeeActioner) NotDuplicate ¶
func (t *TeeActioner) NotDuplicate(item Item) error
Click to show internal directories.
Click to hide internal directories.