Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadDataFromFile ¶
func Start ¶
Creator is an interface that needs to be implemented by the user of the library
import "github.com/vbauerster/mpb/v8" <- progress bar library
type Creator interface { CreateFromInput(input interface{}, bar *mpb.Bar, progress chan<- int, cancel <-chan struct{}, statusChan chan<- Status, status *Status) ConvertToInput(data []string) interface{} }
Inputs is any csv file that can be converted to a slice of strings SemaphoreSize is the number of goroutines/csv lines that can run in parallel LogFileName is the name of the log file
Types ¶
Click to show internal directories.
Click to hide internal directories.