Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZIPFB2IndexTask ¶
type ZIPFB2IndexTask struct {
// contains filtered or unexported fields
}
func NewZIPFB2IndexTask ¶
func NewZIPFB2IndexTask( archiveFile os.FileInfo, archiveDir string, indexDir string, rewriteIndex bool, batchSize int, cntTotal *entities.CntAtomic32, cntIndexed *entities.CntAtomic32, logger zerolog.Logger, wg *sync.WaitGroup, barContainer *mpb.Progress, totalBar *mpb.Bar, ) *ZIPFB2IndexTask
func (*ZIPFB2IndexTask) Do ¶
func (t *ZIPFB2IndexTask) Do(context.Context)
Click to show internal directories.
Click to hide internal directories.