envoy-filter-example
envoy-filter-example copied to clipboard
How to generate golang files from the proto file of the extension filter
Hi, I want to configure my extension using go-control-plane. for that I need golang file generated from my extension proto file. I tried running ./tools/api/generate_go_protobuf.py, it doesn't work. Any pointers on this.