Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor optimus plugins to have a base plugin interface #40

Closed
kushsharma opened this issue Jul 20, 2021 · 0 comments
Closed

Refactor optimus plugins to have a base plugin interface #40

kushsharma opened this issue Jul 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request refactor Internal code improvement

Comments

@kushsharma
Copy link
Member

Currently, each plugin type has its own interface with set of functions in it, we should break it down to multiple interfaces like BaseInterface that will be implemented by all plugins, CLIInterface for those who want their plugin to be exposed in CLI questions/answers, etc.

@kushsharma kushsharma added enhancement New feature or request refactor Internal code improvement labels Jul 20, 2021
@kushsharma kushsharma self-assigned this Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Internal code improvement
Projects
None yet
Development

No branches or pull requests

1 participant