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

Make "OverwriteWithEmptyValue" in config struct to be set by any method. #133

Merged
merged 6 commits into from
Jan 17, 2020

Commits on Jan 16, 2020

  1. Make "OverwriteWithEmptyValue" in config struct to be set by any method.

    this make the merge more customizable. In cases, where request toggles a boolean value and the the request message can change a "true" value to false we can pass the flag to merge accordingly, which is not possible otherwise.
    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    70f83ab View commit details
    Browse the repository at this point in the history
  2. Update map.go

    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f1251f8 View commit details
    Browse the repository at this point in the history
  3. Update merge.go

    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    b04021a View commit details
    Browse the repository at this point in the history
  4. Update map.go

    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    fbd898a View commit details
    Browse the repository at this point in the history
  5. Update merge.go

    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    b947004 View commit details
    Browse the repository at this point in the history
  6. Update merge.go

    komalsinha-g authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    4f81537 View commit details
    Browse the repository at this point in the history