package
3.1.8+incompatible
Repository: https://github.com/vmware-archive/cfops.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetHandshake - gets the handshake object.
GetPlugins - returns the list of registered plugins.
RegisterPlugin - register a plugin as available.
Start - takes a given plugin and starts it.

# Constants

PluginMeta - default plugin arg to show meta data.

# Variables

DefaultCmdBuilder This is to build the default Cmd to execute the plugin.
NewPivotalCF - creates the default pivotacf.
UIOutput - a function to control UIOutput.

# Structs

BackupRestorePlugin - this is an implementation of the rpc client and server wrapper.
BackupRestoreRPC - is an implementation of a client that talks over RPC.
BackupRestoreRPCServer - this is an implementation of the rpc serverfor a backuprestorer.
ClientCloser This is an adaptor to transform the client kill method to Close method.
DefaultPivotalCF - default implementation of PivotalCF interface.
Meta - plugin meta data storage object.
PluginTileBuilder - factory for a tile wrapped plugin.

# Interfaces

BackupRestorer - is the interface that we're exposing as a plugin.
PivotalCF - interface representing a pivotalcf.
Plugin - is a interface plugin providers should implement.

# Type aliases

BuildCmd Command func.