Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 528 Bytes

protobuf.md

File metadata and controls

10 lines (9 loc) · 528 Bytes

Protobuf

When it should be updated?

Every time the Docker image or the protoc-gen-go version change at the compile-proto target in the Earthfile.

How can I update it?

  1. Update the tag version at the git clone command at the compile-proto target in the Earthfile.
  2. In case new messages are added, update the mapping* functions at ctrader.go.
  3. Run the tests. Ideally the integration ones.
  4. Push the changes.