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

Refactor config/resolvers.go, update resolvers_test.go #814

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    97ebb35 View commit details
    Browse the repository at this point in the history
  2. Additional tests and refactor in resolvers_test.go

    - `BenchmarkTestConfigSetResolvers` added 
    - Refactored testing functions in resolvers_test.go
    VltraHeaven committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b0e8891 View commit details
    Browse the repository at this point in the history
  3. Refactor in config/resolvers.go

    - Moved functionality of AddResolvers and AddResolver methods into SetResolvers method
    - Moved functionality of AddTrustedResolvers and AddTrustedResolver methods into SetTrustedResolvers method
    - Modified where SetTrustedResolvers method calls AddResolvers, is now calling AddTrustedResolvers in it's place. 
    - Additional tests for SetTrustedResolvers added to resolvers_test.go
    VltraHeaven committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d26ba42 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    1abe612 View commit details
    Browse the repository at this point in the history