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

@ -40,7 +40,7 @@ import (
// The export contains the user's listen history, favorite tracks and
// user information.
type ExportArchive struct {
backend archive.Archive
backend archive.ArchiveReader
}
// Open a ListenBrainz archive from file path.