Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.
This PR removes the refreshClients function from the codebase, as it is redundant and unnecessary. The functionality of refreshing connections is already covered by the RefreshConnections function. Removing the refreshClients function will simplify the code and eliminate possible confusion.
Related issue: #100
Added Features
N/A
Bug Fixes
Removed redundant refreshClients function
Breaking Changes
N/A
Checklist:
[ ] I have added tests to my code
[ ] I have commented my code, particularly in complex areas
[ ] I have made the necessary changes to README.md
Description
This PR removes the refreshClients function from the codebase, as it is redundant and unnecessary. The functionality of refreshing connections is already covered by the RefreshConnections function. Removing the refreshClients function will simplify the code and eliminate possible confusion.
Related issue: #100
Added Features
N/A
Bug Fixes
Removed redundant refreshClients function
Breaking Changes
N/A
Checklist: