Documentation ¶
Index ¶
- Variables
- func Backup() error
- func BackupHandler(_ *url.URL) error
- func Cascade() error
- func CascadeHandler(_ *url.URL) error
- func Dehydrate(force bool, artsIds ...string) error
- func DehydrateHandler(u *url.URL) error
- func DownloadLitResBooks(hc *http.Client, force bool, artsIds ...string) error
- func DownloadLitResBooksHandler(u *url.URL) error
- func DownloadLitResCovers(skipExisting, force bool, artsIds ...string) error
- func DownloadLitResCoversHandler(u *url.URL) error
- func GetLitResArts(artsTypes []litres_integration.ArtsType, hc *http.Client, force bool, ...) error
- func GetLitResArtsHandler(u *url.URL) error
- func GetLitResAuthors(authorTypes []litres_integration.AuthorType, hc *http.Client, force bool, ...) error
- func GetLitResAuthorsHandler(u *url.URL) error
- func GetLitResContentsHandler(u *url.URL) error
- func GetLitResHistoryLog(sessionId string, hc *http.Client) error
- func GetLitResHistoryLogHandler(u *url.URL) error
- func GetLitResSeries(seriesTypes []litres_integration.SeriesType, hc *http.Client, force bool, ...) error
- func GetLitResSeriesHandler(u *url.URL) error
- func GetLitresContents(hc *http.Client, force bool, ids ...string) error
- func GetRecentArts(force bool) ([]string, error)
- func GetRecentArtsHandler(u *url.URL) error
- func GetRecentPersons(force bool, recentArtsIds ...string) ([]string, error)
- func GetRecentPersonsHandler(u *url.URL) error
- func GetRecentSeries(force bool, recentArtsIds ...string) ([]string, error)
- func GetRecentSeriesHandler(u *url.URL) error
- func GetSessionId(hc *http.Client) (string, error)
- func GetSessionIdHandler(u *url.URL) error
- func GetVideosMetadata(force bool) error
- func GetVideosMetadataHandler(u *url.URL) error
- func HasArts(sessionId string, hc *http.Client) error
- func HasArtsHandler(u *url.URL) error
- func Migrate() error
- func MigrateHandler(_ *url.URL) error
- func ReduceLitResArtsDetails() error
- func ReduceLitResArtsDetailsHandler(_ *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 ¶
This section is empty.
Variables ¶
View Source
var (
GitTag string
)
Functions ¶
func BackupHandler ¶ added in v0.1.85
func CascadeHandler ¶ added in v0.2.1
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 GetLitResArtsHandler ¶ added in v0.2.82
func GetLitResAuthors ¶ added in v0.2.82
func GetLitResAuthors(authorTypes []litres_integration.AuthorType, hc *http.Client, force bool, personsIds ...string) error
func GetLitResAuthorsHandler ¶ added in v0.2.82
func GetLitResContentsHandler ¶ added in v0.3.0
func GetLitResHistoryLog ¶ added in v0.3.0
func GetLitResHistoryLogHandler ¶ added in v0.3.0
func GetLitResSeries ¶ added in v0.2.82
func GetLitResSeries(seriesTypes []litres_integration.SeriesType, hc *http.Client, force bool, seriesIds ...string) error
func GetLitResSeriesHandler ¶ added in v0.2.82
func GetLitresContents ¶ added in v0.3.0
func GetRecentArts ¶ added in v0.3.18
func GetRecentArtsHandler ¶ added in v0.3.18
func GetRecentPersons ¶ added in v0.3.18
func GetRecentPersonsHandler ¶ added in v0.3.18
func GetRecentSeries ¶ added in v0.3.18
func GetRecentSeriesHandler ¶ added in v0.3.18
func GetSessionIdHandler ¶ added in v0.3.16
func GetVideosMetadata ¶ added in v0.3.32
func GetVideosMetadataHandler ¶ added in v0.3.32
func HasArtsHandler ¶ added in v0.3.16
func MigrateHandler ¶ added in v0.3.12
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 ¶
- add_headers.go
- backup.go
- cascade.go
- dehydrate.go
- download_litres_books.go
- download_litres_covers.go
- get_litres_arts.go
- get_litres_authors.go
- get_litres_contents.go
- get_litres_history_log.go
- get_litres_series.go
- get_recent_arts.go
- get_recent_persons.go
- get_recent_series.go
- get_session_id.go
- get_videos_metadata.go
- has_arts.go
- migrate.go
- reduce_litres_arts_details.go
- reduce_litres_history_log.go
- serve.go
- sync.go
- version.go
Click to show internal directories.
Click to hide internal directories.