You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a developer using this library has to have some code selecting which provider to use and has to feed the parameters into the API exposed by this library themselves.
Ideally, a developer using this library could call DnsUpdater::from_env(), or something similar with a type implementing serde::Deserialize, which would give back a DNS updater based on the deserialized config or config loaded from the environment variables. This way a developer wouldn't have to care about which underlying implementation is being used at all.
The text was updated successfully, but these errors were encountered:
Right now, a developer using this library has to have some code selecting which provider to use and has to feed the parameters into the API exposed by this library themselves.
Ideally, a developer using this library could call
DnsUpdater::from_env()
, or something similar with a type implementingserde::Deserialize
, which would give back a DNS updater based on the deserialized config or config loaded from the environment variables. This way a developer wouldn't have to care about which underlying implementation is being used at all.The text was updated successfully, but these errors were encountered: