We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current NetworkIniConfigData should become a dataclass:
NetworkIniConfigData
NetworkIniConfigDataReader
Network
NetworkController
config
create
The text was updated successfully, but these errors were encountered:
Carsopre
Successfully merging a pull request may close this issue.
The current
NetworkIniConfigData
should become a dataclass:NetworkIniConfigDataReader
or convert it in a data builder.Network
class might be renamed toNetworkController
(or else), whoseconfig
argument becomes theNetworkIniConfigData
.create
should be broke down into different steps and generalized so we have "workflows".The text was updated successfully, but these errors were encountered: