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

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/core/migration/targetinfo.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:
20
20
// done right now.
21
21
type TargetInfo struct {
22
22
        // ControllerTag holds tag for the target controller.
23
 
        ControllerTag names.ModelTag
 
23
        ControllerTag names.ControllerTag
24
24
 
25
25
        // Addrs holds the addresses and ports of the target controller's
26
26
        // API servers.