Documentation
¶
Overview ¶
dupers todo
Index ¶
- Constants
- Variables
- func Backup() (name string, written int64, err error)
- func Buckets() (names []string, err error)
- func Clean(quiet bool) error
- func Compact() error
- func DB() (string, error)
- func Info() string
- func IsEmpty() (bool, error)
- func RM(name string) error
- func Seek(hash [32]byte, bucket string) (finds []string, records int, err error)
- type Filepath
- type Matches
Constants ¶
View Source
const (
FileMode fs.FileMode = 0600
)
Variables ¶
Functions ¶
Types ¶
type Matches ¶
func Compare ¶
Compare finds exact matches of the string contained within the stored filenames and paths.
func CompareBase ¶
CompareBase finds exact matches of the string contained within the stored filenames.
func CompareBaseNoCase ¶
CompareBaseNoCase finds case insensitive matches of the string contained within the stored filenames.
Click to show internal directories.
Click to hide internal directories.