package
0.0.0-20180118222137-1fc09c47b843
Repository: https://github.com/yesnault/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.