package
1.6.3
Repository: https://github.com/hashicorp/go-plugin.git
Documentation: pkg.go.dev

# Structs

This is the implementation of plugin.Plugin so we can serve/consume this This has two methods: Server must return an RPC server for this plugin type.
Here is an implementation that talks over RPC.
Here is the RPC server that GreeterRPC talks to, conforming to the requirements of net/rpc.

# Interfaces

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