~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/worker/environ/wait.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
// responsible for detecting and handling any watcher errors that may occur,
32
32
// whether this func succeeds or fails.
33
33
func WaitForEnviron(
 
34
        // TODO(wallyworld) - pass in credential watcher
34
35
        w watcher.NotifyWatcher,
35
36
        getter environs.EnvironConfigGetter,
36
37
        newEnviron environs.NewEnvironFunc,