package
0.0.0-20221111085113-cccc83b8bf28
Repository: https://github.com/beeedge/device-plugin-framework.git
Documentation: pkg.go.dev

# Variables

Handshake is a common handshake that is shared by plugin and host.
PluginMap is the map of plugins we can dispense.

# Structs

This is the implementation of plugin.Plugin so we can serve/consume this.
GRPCClient is an implementation of Converter that talks over RPC.
Here is the gRPC server that GRPCClient talks to.

# Interfaces

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