github.com/makyo/juju@v0.0.0-20160425123129-2608902037e9/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