Versions in this module Expand all Collapse all v0 v0.0.1 Nov 1, 2017 Changes in this version + type Install struct + Installer *installer.Installer + Package *provider.Package + type Queue struct + Work WorkQueue + Worker WorkerQueue + type Uninstall struct + type WorkQueue chan interface + func New(workers int) WorkQueue + type Worker struct + ID int + QuitChan chan bool + Work WorkQueue + Worker WorkerQueue + func NewWorker(id int, queue Queue) Worker + func (w *Worker) Start() + func (w *Worker) Stop() + type WorkerQueue chan chan interface