XiaoFeiASK commented on PR #3630: URL: https://github.com/apache/dubbo-go/pull/3630#issuecomment-5237047924
新增修改: - tools/protoc-gen-triple-openapi/internal/converter/convert.go 问题:存在重复的 protoDescription 实现。 修复:移除本地实现,改为复用 schema.ProtoDescription。 影响:统一 Proto 注释描述处理,减少重复代码。 - tools/protoc-gen-triple-openapi/internal/converter/schema/util.go 问题:描述提取方法无法跨包复用。 修复:将 protoDescription 导出为 ProtoDescription。 影响:供 converter 包统一调用。 -- 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]
