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

Split out ProviderConfig #103

Closed
ionut-arm opened this issue Feb 11, 2020 · 1 comment
Closed

Split out ProviderConfig #103

ionut-arm opened this issue Feb 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ionut-arm
Copy link
Member

Configuration for providers is currently being passed using a common ProviderConfig. Ideally, we would replace this with a configuration structure that contains some common parts and then an enum to cover the provider-specific options. This would make it easier to specify which ones are Optional and which ones aren't straight in the Config definition.

@ionut-arm ionut-arm added the enhancement New feature or request label Feb 11, 2020
@hug-dev
Copy link
Member

hug-dev commented Feb 11, 2020

Maybe complementary of #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants