Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DedupHandleT ¶
type DedupHandleT struct {
// contains filtered or unexported fields
}
func (*DedupHandleT) FindDuplicates ¶
func (d *DedupHandleT) FindDuplicates(messageIDs []string, allMessageIDsSet map[string]struct{}) (duplicateIndexes []int)
func (*DedupHandleT) MarkProcessed ¶
func (d *DedupHandleT) MarkProcessed(messageIDs []string)
func (*DedupHandleT) PrintHistogram ¶
func (d *DedupHandleT) PrintHistogram()
Click to show internal directories.
Click to hide internal directories.