# Packages
No description provided by the author
This file was generated by counterfeiter.
# Functions
NewProductPlugin decorates a ProductDeployer with the RPC functionality requried to operate as a product plugin.
Run runs a ProductDeployer as an RPC server.
# Constants
PluginsMapHash is an identifier for plugins registered with the go-plugin library.
# Variables
HandshakeConfig is the configuration for establishing communication between the CLI plugins.
# Structs
No description provided by the author
Meta is the metadata for a product plugin.
Plugin wraps up the RPC server and client into a single type.
No description provided by the author
RPC is an implementation of Deployer that talks over RPC.
RPCServer is the RPC server that ProductRPC connects to.
# Interfaces
Deployer is the interface implemented by V1 product plugins.