Documentation ¶
Overview ¶
Copyright © 2023 Philipp Wolfer <phw@uploadedlobster.com>
This file is part of Scotty.
Scotty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Scotty is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Scotty. If not, see <https://www.gnu.org/licenses/>.
Index ¶
- type DumpBackend
- func (b *DumpBackend) FinishImport() error
- func (b *DumpBackend) FromConfig(config *config.ServiceConfig) models.Backend
- func (b *DumpBackend) ImportListens(export models.ListensResult, importResult models.ImportResult, ...) (models.ImportResult, error)
- func (b *DumpBackend) ImportLoves(export models.LovesResult, importResult models.ImportResult, ...) (models.ImportResult, error)
- func (b *DumpBackend) Name() string
- func (b *DumpBackend) Options() []models.BackendOption
- func (b *DumpBackend) StartImport() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DumpBackend ¶
type DumpBackend struct{}
func (*DumpBackend) FinishImport ¶
func (b *DumpBackend) FinishImport() error
func (*DumpBackend) FromConfig ¶
func (b *DumpBackend) FromConfig(config *config.ServiceConfig) models.Backend
func (*DumpBackend) ImportListens ¶
func (b *DumpBackend) ImportListens(export models.ListensResult, importResult models.ImportResult, progress chan models.Progress) (models.ImportResult, error)
func (*DumpBackend) ImportLoves ¶
func (b *DumpBackend) ImportLoves(export models.LovesResult, importResult models.ImportResult, progress chan models.Progress) (models.ImportResult, error)
func (*DumpBackend) Name ¶
func (b *DumpBackend) Name() string
func (*DumpBackend) Options ¶ added in v0.3.0
func (b *DumpBackend) Options() []models.BackendOption
func (*DumpBackend) StartImport ¶
func (b *DumpBackend) StartImport() error