mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-25 05:47:57 +02:00
Import result can report total and processed items
This commit is contained in:
parent
516de905bd
commit
ead323eaed
5 changed files with 14 additions and 7 deletions
|
@ -48,6 +48,7 @@ type LovesImport interface {
|
|||
}
|
||||
|
||||
type ImportResult struct {
|
||||
Count int
|
||||
TotalCount int
|
||||
ImportCount int
|
||||
LastTimestamp time.Time
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue