mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-29 13:27:03 +02:00
Implemented loves export for dump backend
This commit is contained in:
parent
cae7d22a36
commit
238163cb05
2 changed files with 16 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue