mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 12:58:33 +02:00
Implemented tests and added documentation for archive
This commit is contained in:
parent
4da5697435
commit
28c618ffce
8 changed files with 221 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue