type PluginState struct {
// ReattachConfigs are the set of reattach configs for plugins launched by// the device manager
ReattachConfigs map[string]*pstructs.ReattachConfig
}
PluginState is used to store the device manager's state across restarts of the
agent