Documentation
¶
Index ¶
- type DuplicateInfo
- type DuplicateSet
- type DuplicateSummary
- type Session
- func (s *Session) Add(dupe DuplicateSet) herror.Interface
- func (s *Session) AddAll(dupes []DuplicateSet) herror.Interface
- func (s *Session) AddAllC(dupes <-chan DuplicateSet) herror.Interface
- func (s *Session) AllDuplicates() ([]DuplicateSet, herror.Interface)
- func (s *Session) AllDuplicatesC() (<-chan DuplicateSet, herror.Interface)
- func (s *Session) CreateIndexes() herror.Interface
- func (s *Session) Initialize() herror.Interface
- func (s *Session) Lookup(path string) (DuplicateSet, herror.Interface)
- func (s *Session) LookupAll(path string, includeHidden bool) ([]DuplicateInfo, herror.Interface)
- func (s *Session) PruneSingletons() herror.Interface
- func (s *Session) Remove(path string) herror.Interface
- func (s *Session) Summary() (DuplicateSummary, herror.Interface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DuplicateInfo ¶
type DuplicateSummary ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func (*Session) AllDuplicates ¶
func (s *Session) AllDuplicates() ([]DuplicateSet, herror.Interface)
func (*Session) AllDuplicatesC ¶
func (s *Session) AllDuplicatesC() (<-chan DuplicateSet, herror.Interface)
func (*Session) CreateIndexes ¶
func (*Session) Initialize ¶
func (*Session) PruneSingletons ¶
Click to show internal directories.
Click to hide internal directories.