package
0.0.0-20240716071218-fd063d250c1d
Repository: https://github.com/gocodealone/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.

# Interfaces

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