github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/cmd/juju/controller/controller.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // The controller package groups various commands that are based on talking
     5  // directly to the controller, and not environments in the controller.
     6  package controller
     7  
     8  import "github.com/juju/loggo"
     9  
    10  var logger = loggo.GetLogger("juju.cmd.juju.controller")