Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 694 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 694 Bytes

CAKE Proto

Circle CI

Protocol Buffers definition files for CAKE entities and facts.

Used in gocake and bucket_cake.

Hacking

  • Read the whole protobuf docs before even thinking about making a change!
  • Make your changes
  • Run make deps to install dependencies
  • Run make to check style, compile and verify the protobuf files
  • Commit, create a Pull Request and wait for review