package
1.6.3
Repository: https://github.com/hashicorp/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

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

# Interfaces

No description provided by the author
KV is the interface that we're exposing as a plugin.