Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Watch returns a watcher which reports when the status changes // for the migration for the model associated with the API // connection. Watch() (watcher.MigrationStatusWatcher, error) }
Client describes the client side API for the MigrationMinion facade (used by the migration minion worker).
Click to show internal directories.
Click to hide internal directories.