# Constants
No description provided by the author
# Structs
GRPCClient is an implementation of PluginManager service that talks over GRPC.
GRPCServer is the gRPC server that GRPCClient talks to.
PluginManagerPlugin is the implementation of plugin.GRPCServer so we can serve/consume this.
# Interfaces
PluginManager is the interface for the plugin manager service.