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: Splitting Up Go Interfaces #354

Merged
merged 56 commits into from
Sep 5, 2024
Merged

Conversation

harrisoncramer
Copy link
Owner

@harrisoncramer harrisoncramer commented Sep 5, 2024

This MR refactors the Go codebase into a more modular and idiomatic format by:

  • Splitting apart the large client interface into separate interfaces per handler
  • Using those smaller interfaces in route-based tests
  • Removing our mocks and mock dependency and using fakes instead
  • Moving the app code into a separate package from the main package

@harrisoncramer harrisoncramer marked this pull request as ready for review September 5, 2024 18:00
@harrisoncramer harrisoncramer merged commit 6df467c into develop Sep 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant