Example #1
0
func backgroundRunner(p provisioner.Provisioner) {
	select {
	case <-p.Signal():
		log.Debugf("Signal from provisioner.")
	}
}