bzp2010 edited a comment on pull request #2099:
URL: https://github.com/apache/apisix-dashboard/pull/2099#issuecomment-922330132


   Hi, everyone. This is some information about the current PR.
   
   ### Complete status: 
   - [x] functional code writing
   - [x] unit test
   - [x] E2E test
   - [ ] API Document
   
   ### Current limitations:
   Now I haven't found a way to integrate the protobuf golang generator into 
the program, so I can't verify the protobuf entered by the user in real time 
and point out the error.
   I noticed that software such as `protoc-gen-go` and `protoc-gen-gogo` are 
written as `protoc` plugins, completely using `stdin` and `stdout` to interact 
with `protoc`, and there is no need to consider the possibility of introducing 
other programs as dependency libraries.
   
   ### Need help:
   I wonder if you have a better way. If so, please point it out and I will 
continue to improve it.


-- 
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]


Reply via email to