github.com/axw/juju@v0.0.0-20161005053422-4bd6544d08d4/apiserver/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