Implemented tests and added documentation for archive

This commit is contained in:
Philipp Wolfer 2025-05-25 12:46:44 +02:00
parent 4da5697435
commit 28c618ffce
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
8 changed files with 221 additions and 6 deletions

View file

@ -33,7 +33,7 @@ var historyFileGlobs = []string{
// This can be either the ZIP file as provided by Spotify
// or a directory where this was extracted to.
type HistoryArchive struct {
backend archive.Archive
backend archive.ArchiveReader
}
// Open a Spotify history archive from file path.