package
0.7.5
Repository: https://github.com/cueblox/blox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.
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

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