tableau icon indicating copy to clipboard operation
tableau copied to clipboard

protogen: check generated proto syntax

Open wenchy opened this issue 3 years ago • 0 comments

  • Generate proto files in memory, so we need in-memory filesystem. See https://github.com/spf13/afero.
  • Parse proto files in memory. See protoparse.Parser.
  • We can only generate proto files in in-memory filesystem to improve IO performance if only generate conf.

wenchy avatar Sep 22 '22 02:09 wenchy