plugin

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(migrator Migrator, args []string) error

Types

type Migrator

type Migrator interface {
	CheckServiceExists(donorInstanceName string) error
	CreateAndConfigureServiceInstance(planType, serviceName string) error
	MigrateData(donorInstanceName, recipientInstanceName string, cleanup bool) error
	RenameServiceInstances(donorInstanceName, recipientInstanceName string) error
	CleanupOnError(recipientInstanceName string) error
}

type MySQLPlugin

type MySQLPlugin struct {
	// contains filtered or unexported fields
}

func (*MySQLPlugin) Err

func (c *MySQLPlugin) Err() error

func (*MySQLPlugin) GetMetadata

func (c *MySQLPlugin) GetMetadata() plugin.PluginMetadata

func (*MySQLPlugin) Run

func (c *MySQLPlugin) Run(cliConnection plugin.CliConnection, args []string)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL