Upward.Config (upward v0.0.6)
View SourceA utility module for managing the configuration of an application.
Summary
Functions
Returns a tuple with the new config, the changed config, and the removed config. new - config with a key that is not in the previous config changed - config with a key that is in the previous config and has a different value removed - list of keys that are in the previous config but not in the new config
Functions
Returns a tuple with the new config, the changed config, and the removed config. new - config with a key that is not in the previous config changed - config with a key that is in the previous config and has a different value removed - list of keys that are in the previous config but not in the new config