package iriscontrol // PluginInfo the name and the description of a plugin type PluginInfo struct { Name string Description string }