-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Feature] Update project to use something like https://golang.cafe/blog/golang-functional-options-pattern.html to help with server configuration #94
Comments
I like this a lot - Would you like to work on this? @raj3k |
@kevinanielsen yes, i will work on that |
Perfect - Assigning you now! |
Is this feature request being actively worked on? If not, I would like to work on it. |
@josefmay I believe it is not, I can assign you to it now :) |
Any update on this? |
Still working on this at the moment. |
Hi @kevinanielsen, Is this issue still being worked on? Can I take it up? |
No update from @josefmay - @anveshthakur you can work on this :) |
Hi @kevinanielsen, I've raised a PR for this issue which can be found here #147 |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Refactor current server configuration. Currently there is small number of configurational parameters but when this number will raise, using f.e. Options Pattern could be beneficial.
Describe alternatives you've considered
N/a
Additional context
https://golang.cafe/blog/golang-functional-options-pattern.html
or
https://github.com/eddycjy/go-gin-example/blob/master/main.go
The text was updated successfully, but these errors were encountered: