Documentation
¶
Index ¶
- Variables
- func RegionDeployWorker(id int, wg *sync.WaitGroup, regionWorkerJobs <-chan RegionDeployWorkerJob, ...)
- func RegionDiffWorker(id int, wg *sync.WaitGroup, regionWorkerJobs <-chan RegionDiffWorkerJob, ...)
- type RegionDeployWorkerJob
- type RegionDeployWorkerResult
- type RegionDiffWorkerJob
- type RegionDiffWorkerResult
- type StackDiffJob
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MaxWorker = 50 MinWorker = 1 )
Functions ¶
func RegionDeployWorker ¶
func RegionDeployWorker(id int, wg *sync.WaitGroup, regionWorkerJobs <-chan RegionDeployWorkerJob, regionWorkerResults chan<- *RegionDeployWorkerResult)
func RegionDiffWorker ¶
func RegionDiffWorker(id int, wg *sync.WaitGroup, regionWorkerJobs <-chan RegionDiffWorkerJob, regionWorkerResults chan<- *RegionDiffWorkerResult)
Types ¶
type RegionDeployWorkerJob ¶
type RegionDiffWorkerJob ¶
type RegionDiffWorkerResult ¶
type StackDiffJob ¶
Click to show internal directories.
Click to hide internal directories.