Documentation ¶
Index ¶
- Constants
- func Backup() error
- func BackupHandler(_ *url.URL) error
- func Cascade() error
- func CascadeHandler(_ *url.URL) error
- func Complete(ids []string, action string) error
- func CompleteHandler(u *url.URL) error
- func DownloadLitRes(ids []string, hc *http.Client) error
- func DownloadLitResHandler(u *url.URL) error
- func Export(ids []string) error
- func ExportHandler(u *url.URL) error
- func GetLitResCovers(ids []string, forceImported bool) error
- func GetLitResCoversHandler(u *url.URL) error
- func GetLitResDetails(ids []string, hc *http.Client, newOnly bool) error
- func GetLitResDetailsHandler(u *url.URL) error
- func GetLitResMyBooks(hc *http.Client) error
- func GetLitResMyBooksHandler(u *url.URL) error
- func GetLiveLibCover(id, src string) error
- func GetLiveLibDetails(ids []string, hc *http.Client, newOnly bool) error
- func GetLiveLibDetailsHandler(u *url.URL) error
- func Import() error
- func ImportHandler(_ *url.URL) error
- func IsImported(id string, rxa kvas.ReduxAssets) bool
- func MapLitResToFedorov(id string, lrdx map[string][]string, rdx map[string]map[string][]string)
- func MapLiveLibToFedorov(id string, lrdx map[string][]string, rdx map[string]map[string][]string)
- func PostCompletion(completionWebhookUrl string) error
- func PostCompletionHandler(u *url.URL) error
- func ReduceLitResBookDetails(id string, kv kvas.KeyValues) (map[string][]string, error)
- func ReduceLitResBooksDetails(scoreData bool) error
- func ReduceLitResDetailsHandler(u *url.URL) error
- func ReduceLitResMyBooks() error
- func ReduceLitResMyBooksHandler(_ *url.URL) error
- func ReduceLiveLibBookDetails(id string, kv kvas.KeyValues) (map[string][]string, error)
- func Serve(port int, stderr bool) error
- func ServeHandler(u *url.URL) error
- func Sync(completionWebhookUrl string, newOnly bool) error
- func SyncHandler(u *url.URL) error
- func Version()
- func VersionHandler(u *url.URL) error
Constants ¶
View Source
const ( SetComplete = "set" ClearComplete = "clear" )
View Source
const ( LitResDataSource = "litres" LiveLibDataSource = "livelib" )
Variables ¶
This section is empty.
Functions ¶
func BackupHandler ¶ added in v0.1.85
func CascadeHandler ¶ added in v0.2.1
func CompleteHandler ¶ added in v0.1.38
func DownloadLitResHandler ¶ added in v0.2.6
func ExportHandler ¶ added in v0.1.68
func GetLitResCovers ¶ added in v0.2.6
func GetLitResCoversHandler ¶ added in v0.2.6
func GetLitResDetails ¶ added in v0.2.6
func GetLitResDetailsHandler ¶ added in v0.2.6
func GetLitResMyBooks ¶ added in v0.2.6
func GetLitResMyBooksHandler ¶ added in v0.2.6
func GetLiveLibCover ¶ added in v0.2.6
func GetLiveLibDetails ¶ added in v0.2.6
func GetLiveLibDetailsHandler ¶ added in v0.2.6
func ImportHandler ¶ added in v0.1.73
func IsImported ¶ added in v0.1.73
func IsImported(id string, rxa kvas.ReduxAssets) bool
func MapLitResToFedorov ¶ added in v0.2.6
func MapLiveLibToFedorov ¶ added in v0.2.6
func PostCompletion ¶ added in v0.2.11
func PostCompletionHandler ¶ added in v0.2.11
func ReduceLitResBookDetails ¶ added in v0.2.6
func ReduceLitResBooksDetails ¶ added in v0.2.6
func ReduceLitResDetailsHandler ¶ added in v0.2.6
func ReduceLitResMyBooks ¶ added in v0.2.6
func ReduceLitResMyBooks() error
func ReduceLitResMyBooksHandler ¶ added in v0.2.6
func ReduceLiveLibBookDetails ¶ added in v0.2.6
func ServeHandler ¶ added in v0.1.5
func SyncHandler ¶ added in v0.1.5
func VersionHandler ¶ added in v0.1.5
Types ¶
This section is empty.
Source Files ¶
- backup.go
- cascade.go
- complete.go
- download_litres.go
- export.go
- get_litres_covers.go
- get_litres_details.go
- get_litres_my_books.go
- get_livelib_cover.go
- get_livelib_details.go
- import.go
- post_completion.go
- reduce_litres_details.go
- reduce_litres_my_books.go
- reduce_livelib_details.go
- serve.go
- sync.go
- version.go
Click to show internal directories.
Click to hide internal directories.