package
0.0.0-20180118222137-1fc09c47b843
Repository: https://github.com/yesnault/go-plugin.git
Documentation: pkg.go.dev
# 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.