Documentation
¶
Overview ¶
dupers todo
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPathExist = errors.New("path exists in the database bucket")
Functions ¶
Types ¶
type Config ¶
type Config struct {
Timer time.Time
Buckets []string
Source string // directory or file to compare
NoWalk bool // todo
Quiet bool // todo
// contains filtered or unexported fields
}
Config options for duper.
func (*Config) Seek ¶
func (c *Config) Seek()
Seek sources from the database and print out the matches.
func (*Config) WalkDir ¶
WalkDir walks the root directory for zip archives and to extract any found comments.
func (*Config) WalkDirs ¶
func (c *Config) WalkDirs()
WalkDirs walks the directories provided by the arguments for zip archives to extract any found comments.
func (*Config) WalkSource ¶
func (c *Config) WalkSource()
WalkSource walks the source directory or a file to collect its hashed content for future comparison.
Click to show internal directories.
Click to hide internal directories.