package
Version:
v0.2.4
Opens a new window with list of versions in this module.
Published: Jan 1, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Progress struct {
Page int
Pages int
Projects int
TotalProjects int
}
type ProgressInfo struct {
ProgressChan chan Progress
ProjectsChan chan []*projects.Project
ErrorChan chan error
DoneChan chan interface{}
NumProjects int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.