github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/apiserver/facades/agent/migrationminion/doc.go (about) 1 // Copyright 2016 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // Package migrationminion defines the API facade for use by the 5 // migration minion worker to monitor the progress of, and interact 6 // with, model migrations. 7 // 8 // The migration minion runs inside every non-controller agent. 9 package migrationminion