# Functions

NewManager is the canonical way of initializing Manager.

# Structs

Manager contains the main machinery of this framework.
PluginNameListSync supplies a PluginNameList and an optional WaitGroup that will be marked Done when all the plugin changes have concluded.

# Interfaces

ListerInterface serves as an interface between imlementation and Manager machinery.
PluginInterface is a mandatory interface that must be implemented by all plugins.
PluginInterfaceStart is an optional interface that could be implemented by plugin.
PluginInterfaceStop is an optional interface that could be implemented by plugin.

# Type aliases

PluginNameList contains last names of discovered resources.