Documentation ¶
Index ¶
- type JSPFBackend
- func (b *JSPFBackend) FinishImport() error
- func (b *JSPFBackend) FromConfig(config *config.ServiceConfig) models.Backend
- func (b *JSPFBackend) ImportListens(export models.ListensResult, importResult models.ImportResult, ...) (models.ImportResult, error)
- func (b *JSPFBackend) ImportLoves(export models.LovesResult, importResult models.ImportResult, ...) (models.ImportResult, error)
- func (b *JSPFBackend) Name() string
- func (b *JSPFBackend) Options() []models.BackendOption
- func (b *JSPFBackend) StartImport() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSPFBackend ¶
type JSPFBackend struct {
// contains filtered or unexported fields
}
func (*JSPFBackend) FinishImport ¶
func (b *JSPFBackend) FinishImport() error
func (*JSPFBackend) FromConfig ¶
func (b *JSPFBackend) FromConfig(config *config.ServiceConfig) models.Backend
func (*JSPFBackend) ImportListens ¶
func (b *JSPFBackend) ImportListens(export models.ListensResult, importResult models.ImportResult, progress chan models.Progress) (models.ImportResult, error)
func (*JSPFBackend) ImportLoves ¶
func (b *JSPFBackend) ImportLoves(export models.LovesResult, importResult models.ImportResult, progress chan models.Progress) (models.ImportResult, error)
func (*JSPFBackend) Name ¶
func (b *JSPFBackend) Name() string
func (*JSPFBackend) Options ¶ added in v0.3.0
func (b *JSPFBackend) Options() []models.BackendOption
func (*JSPFBackend) StartImport ¶
func (b *JSPFBackend) StartImport() error
Click to show internal directories.
Click to hide internal directories.