Skylm808 commented on PR #909: URL: https://github.com/apache/dubbo-go-pixiu/pull/909#issuecomment-4237556194
佬说的有道理。不过我这次先放在 apiconfig 里,主要还是想先复用它现有的 API 匹配链路,先把这条能力跑通:先匹配到 API,再基于命中的 API 去做校验。然后后面的解析、规则编译和校验这几块我已经单独拆到 pkg/filter/http/apiconfig/openapi 这个子包的下面了,apiconfig 这边更多还是做接入。如果后面 OpenAPI 这块继续变重,我也觉得可以再看要不要继续往外拆。感谢佬的评论 -- 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]
