Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WorkerPool ¶ added in v0.2.0
type WorkerPool struct { InChan chan *EnvVar OutChan chan *EnvVar // contains filtered or unexported fields }
func NewWorkerPool ¶ added in v0.2.0
func NewWorkerPool(count int) *WorkerPool
func (*WorkerPool) Start ¶ added in v0.2.0
func (w *WorkerPool) Start(assumedRole string)
Click to show internal directories.
Click to hide internal directories.