package
0.3.0
Repository: https://github.com/endorama/devid.git
Documentation: pkg.go.dev

# Functions

Generate execute all initialized plugins implementing the Generator interface.
GetPlugin find a plugin by name and return it.
LoadCommands load cobra commands from plugin implementing the Commander interface.
LoadCorePlugins instantiate and register all core plugins, configuring them using the values from the provided configuration file.
LoadOptionalPlugins instantiate and register all optional plugins, configuring them using the values from the provided configuration file.
LoadPlugins load all core plugins and all plugins enabled in the read configurationf file.
SetupPlugins perform setup for all initialized plugins implementing Setuppable interface.
ShellLoader generate profile shell loader file.

# Structs

Plugins is a managed plugin instance with information about it's enabled or disabled state.