type Internal struct {
Broker *plugin.GRPCBroker
Mappers []*argmapper.Func
Cleanup *Cleanup}
Internal is a struct that is available to mappers. This is an internal-only
type that is not possible for plugins to register for since it is only
exported in an internal package.