Implemented loves export for dump backend

This commit is contained in:
Philipp Wolfer 2023-11-12 00:48:19 +01:00
parent cae7d22a36
commit 238163cb05
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
2 changed files with 16 additions and 2 deletions

View file

@ -49,7 +49,7 @@ type LovesExport interface {
}
type LovesImport interface {
ExportLoves(loves []models.Love, oldestTimestamp time.Time) (ImportResult, error)
ImportLoves(loves []models.Love, oldestTimestamp time.Time) (ImportResult, error)
}
type ImportResult struct {