package
0.0.0-20180118222137-1fc09c47b843
Repository: https://github.com/yesnault/go-plugin.git
Documentation: pkg.go.dev

# Variables

Handshake is a common handshake that is shared by plugin and host.
PluginMap is the map of plugins we can dispense.

# Structs

GRPCClient is an implementation of KV that talks over RPC.
Here is the gRPC server that GRPCClient talks to.
This is the implementation of plugin.Plugin so we can serve/consume this.
RPCClient is an implementation of KV that talks over RPC.
Here is the RPC server that RPCClient talks to, conforming to the requirements of net/rpc.

# Interfaces

KV is the interface that we're exposing as a plugin.