package
0.0.0-20200306210703-ab59a6e307f4
Repository: https://github.com/innoq/go-plugins-examples.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 HelloRPC talks to, conforming to the requirements of net/rpc.
# Interfaces
Hello is the interface that we're exposing as a plugin.