Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImagesSingly ¶
Types ¶
type Bar ¶
type Bar struct { ArrayLength int // contains filtered or unexported fields }
func NewProgress ¶
func (*Bar) AddProgressCount ¶
func (*Bar) ProgressEnd ¶
func (bar *Bar) ProgressEnd()
type Download ¶
type Download struct { DownloadArray []string ArrayLength int Illusts []pixivstruct.Illust Thread *threadpool.ThreadStruct Progress *Bar }
func DownloadTask ¶
func DownloadTask(Illusts []pixivstruct.Illust, start bool) *Download
Click to show internal directories.
Click to hide internal directories.