Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanStatus ¶
type CleanStatus struct {
Unavailable int
UnavailableReplaced int
// Number of duplicates that were removed
Duplicates int
// List of possible duplicates that were not removed
Similar []*SimilarTrack
// Number of terrible song names that were removed
Terrible int
}
func (*CleanStatus) String ¶
func (c *CleanStatus) String() string
type SimilarTrack ¶
Click to show internal directories.
Click to hide internal directories.