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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SongAsLove ¶
Types ¶
type SubsonicApiBackend ¶
type SubsonicApiBackend struct {
// contains filtered or unexported fields
}
func (*SubsonicApiBackend) ExportLoves ¶
func (b *SubsonicApiBackend) ExportLoves(oldestTimestamp time.Time, results chan models.LovesResult, progress chan models.Progress)
func (*SubsonicApiBackend) FromConfig ¶
func (b *SubsonicApiBackend) FromConfig(config *config.ServiceConfig) models.Backend
func (*SubsonicApiBackend) Name ¶
func (b *SubsonicApiBackend) Name() string
func (*SubsonicApiBackend) Options ¶ added in v0.3.0
func (b *SubsonicApiBackend) Options() []models.BackendOption