wenfengwang opened a new issue #93: More usability API URL: https://github.com/apache/rocketmq-client-go/issues/93 **FEATURE REQUEST** 1. Please describe the feature you are requesting. make API more usability and follow the standard of Go 2. Provide any additional detail on your proposed use case for this feature. - Functional Options - Separate logic and data-struct - Minimize functions in each API 2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? must-have 4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task: - [Functional Options](https://github.com/apache/rocketmq-client-go/issues/90): Using private config members to protect them - [Separate logic and data-struct](https://github.com/apache/rocketmq-client-go/issues/91): move all public data-struct to an independent package - [Refactor APIs](https://github.com/apache/rocketmq-client-go/issues/92): refactor APIs of Producer/PushConsumer/PullConsumer
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
