Documentation ¶
Index ¶
- Constants
- Variables
- 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 Dehydrate(idSet map[string]bool, all, overwrite bool) error
- func DehydrateHandler(u *url.URL) error
- func DownloadLitResBooks(force bool, ids ...string) error
- func DownloadLitResBooksHandler(u *url.URL) error
- func DownloadLitResCovers(skipExisting, force bool, ids ...string) error
- func DownloadLitResCoversHandler(u *url.URL) error
- func GetLitResArts(artsTypes []litres_integration.ArtsType, force bool, ids ...string) error
- func GetLitResArtsHandler(u *url.URL) error
- func GetLitResAuthors(authorTypes []litres_integration.AuthorType, force bool, ids ...string) error
- func GetLitResAuthorsHandler(u *url.URL) error
- func GetLitResContentsHandler(u *url.URL) error
- func GetLitResHistoryLog() error
- func GetLitResHistoryLogHandler(u *url.URL) error
- func GetLitResSeries(seriesTypes []litres_integration.SeriesType, force bool, ids ...string) error
- func GetLitResSeriesHandler(u *url.URL) error
- func GetLitresContents(force bool, ids ...string) error
- func ReduceLitResArtsDetails() error
- func ReduceLitResArtsDetailsHandler(u *url.URL) error
- func ReduceLitResHistoryLog() error
- func ReduceLitResHistoryLogHandler(_ *url.URL) error
- func Serve(port int, stderr bool) error
- func ServeHandler(u *url.URL) error
- func Sync(force bool) error
- func SyncHandler(u *url.URL) error
- func VersionHandler(_ *url.URL) error
- type PersonalCabinetHistoryLog
Constants ¶
View Source
const ( SetComplete = "set" ClearComplete = "clear" )
Variables ¶
View Source
var (
GitTag string
)
Functions ¶
func BackupHandler ¶ added in v0.1.85
func CascadeHandler ¶ added in v0.2.1
func CompleteHandler ¶ added in v0.1.38
func DehydrateHandler ¶ added in v0.2.26
func DownloadLitResBooks ¶ added in v0.3.0
func DownloadLitResBooksHandler ¶ added in v0.3.0
func DownloadLitResCovers ¶ added in v0.3.0
func DownloadLitResCoversHandler ¶ added in v0.3.0
func GetLitResArts ¶ added in v0.2.82
func GetLitResArts(artsTypes []litres_integration.ArtsType, force bool, ids ...string) error
func GetLitResArtsHandler ¶ added in v0.2.82
func GetLitResAuthors ¶ added in v0.2.82
func GetLitResAuthors(authorTypes []litres_integration.AuthorType, force bool, ids ...string) error
func GetLitResAuthorsHandler ¶ added in v0.2.82
func GetLitResContentsHandler ¶ added in v0.3.0
func GetLitResHistoryLog ¶ added in v0.3.0
func GetLitResHistoryLog() error
func GetLitResHistoryLogHandler ¶ added in v0.3.0
func GetLitResSeries ¶ added in v0.2.82
func GetLitResSeries(seriesTypes []litres_integration.SeriesType, force bool, ids ...string) error
func GetLitResSeriesHandler ¶ added in v0.2.82
func GetLitresContents ¶ added in v0.3.0
func ReduceLitResArtsDetails ¶ added in v0.3.0
func ReduceLitResArtsDetails() error
func ReduceLitResArtsDetailsHandler ¶ added in v0.3.0
func ReduceLitResHistoryLog ¶ added in v0.3.0
func ReduceLitResHistoryLog() error
func ReduceLitResHistoryLogHandler ¶ added in v0.3.0
func ServeHandler ¶ added in v0.1.5
func SyncHandler ¶ added in v0.1.5
func VersionHandler ¶ added in v0.1.5
Types ¶
type PersonalCabinetHistoryLog ¶ added in v0.3.0
type PersonalCabinetHistoryLog struct {
Pages int `json:"pages"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.