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
Fix gRPC interface function to merge configs (#1164)
* Fix gRPC interface function to merge configs
This fix adds the possibility to set empty values with the Merge gRPC
function, previously they would have been ignored.
Because of this change I had also to modify the GetValue() function
since it would first check if the value was set using the
Viper.InConfig() function that wouldn't check for values set with
Viper.Set().
* [skip changelog] Add clearer example to client_example
* [skip changelog] Simplified some code and enhance a test
0 commit comments