CAICAIIs opened a new pull request, #3100:
URL: https://github.com/apache/dubbo-go/pull/3100

   Implemented an options (functional options) configuration pattern for the 
rest module to allow flexible server/client configuration via With* functions.
   
   Key changes
   - Added Options struct and With* option functions
   - Changed constructors to accept variadic Option arguments: NewServer(opts 
...Option)/NewClient(opts ...Option)
   - Updated call sites and added unit tests
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to