mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Renamed ImportBackend methods to StartImport / FinishImport
This commit is contained in:
parent
14d944c7ad
commit
c13c9175e3
7 changed files with 16 additions and 16 deletions
|
@ -32,8 +32,8 @@ func (b *DumpBackend) FromConfig(config *viper.Viper) models.Backend {
|
|||
return b
|
||||
}
|
||||
|
||||
func (b *DumpBackend) Init() error { return nil }
|
||||
func (b *DumpBackend) Finish() error { return nil }
|
||||
func (b *DumpBackend) StartImport() error { return nil }
|
||||
func (b *DumpBackend) FinishImport() error { return nil }
|
||||
|
||||
func (b *DumpBackend) ImportListens(export models.ListensResult, importResult models.ImportResult, progress chan models.Progress) (models.ImportResult, error) {
|
||||
for _, listen := range export.Listens {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue