Documentation ¶
Index ¶
Constants ¶
View Source
const HashToFilesHashIDColumn = "hashid"
View Source
const HashToFilesIDColumn = "id"
View Source
const HashToFilesPathColumn = "path"
View Source
const HashToFilesTableName = "hashtofiles"
View Source
const HashToFilesTypeColumn = "type"
View Source
const HashToFilesViewDelete = "type"
View Source
const HashsDataColumn = "data"
View Source
const HashsIDColumn = "id"
View Source
const HashsTableName = "hashes"
Variables ¶
This section is empty.
Functions ¶
func SaveDuplicates ¶
func SaveDuplicates(FilePath string, Log sli.ISimpleLogger, hd map[string][]*HashRelationship) bool
Types ¶
type HashIdnCount ¶
type HashRelationship ¶
func (*HashRelationship) CSV ¶
func (hr *HashRelationship) CSV() []string
func (*HashRelationship) GenHashData ¶
func (hr *HashRelationship) GenHashData(Logger sli.ISimpleLogger, FilePath string, isdir bool) bool
func (*HashRelationship) String ¶
func (hr *HashRelationship) String() string
Click to show internal directories.
Click to hide internal directories.