package
0.0.0-20240527114409-7adca3efc924
Repository: https://github.com/cloud-native-go/examples.git
Documentation: pkg.go.dev
# Variables
HandshakeConfig is a common handshake that is shared by plugin and host.
# 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 SayerRPC talks to, conforming to the requirements of net/rpc.
# Interfaces
Sayer says what an animal says.