Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoundRebellionPassword ¶
func BoundRebellionUsername ¶
Types ¶
type AppServices ¶
type AppServices struct { Downloader *Downloader Exporter *Exporter Scanner *Scanner Prefs *Prefs }
func NewAppServices ¶
func NewAppServices(a fyne.App) *AppServices
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader() *Downloader
func (*Downloader) DownloadAllProgs ¶
func (d *Downloader) DownloadAllProgs(ctx context.Context, sourceDir, username, password string) error
func (*Downloader) ProgList ¶
func (d *Downloader) ProgList(ctx context.Context, username, password string) ([]downloadApi.DigitalComic, error)
type Prefs ¶
type Prefs struct { BoundSourceDir binding.String BoundExportDir binding.String // contains filtered or unexported fields }
func (*Prefs) ExportDirectory ¶
func (*Prefs) RebellionDetails ¶
func (*Prefs) SourceDirectory ¶
Click to show internal directories.
Click to hide internal directories.