Files
ziti/pb/edge_ctrl_pb
2020-09-29 09:27:05 -04:00
..
2020-09-29 09:27:05 -04:00
2020-09-29 09:27:05 -04:00
2020-07-27 16:18:46 -04:00

#Prerequisites

  1. Install the protoc binary from: https://github.com/protocolbuffers/protobuf/releases
  2. Install the protoc plugin for Go go get -u github.com/golang/protobuf/protoc-gen-go
  3. Ensure protoc is on your path.
  4. Ensure your Go bin directory is on your path

#Generate Go Code

  1. Navigate to the project root
  2. Run: protoc -I ./pb/edge_ctrl_pb/ ./pb/edge_ctrl_pb/edge_ctrl.proto --go_out=./pb/edge_ctrl_pb