-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Description
Golang is adding support for plugins: we should leverage that! This would allow projects to add non-generic operations for their particular use case (which probably version-label
and others in the current tree probably should be).
What should be done?
The tool should look for plugins in a subdirectory, and dynamically load any operations it can find. The plugins would likely provide the OperationDescriptor
interface.