Esempio n. 1
0
File: ssh.go Progetto: kapilt/juju
func (s attemptStrategy) Start() attempt {
	return utils.AttemptStrategy(s).Start()
}
Esempio n. 2
0
func (s attemptStrategy) Start() attempt {
	// TODO(katco): 2016-08-09: lp:1611427
	return utils.AttemptStrategy(s).Start()
}