Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 502 Bytes

File metadata and controls

7 lines (4 loc) · 502 Bytes

Shared Protocol Buffers Contracts

This repository contains the shared protocol buffers contracts for every service in the system. Each proto file must not be in any of the service repositories, but instead in this repository. We use git submodules to include this repository in each service repository.

Contribution

We use buf to lint and generate the code from the proto files. Please install it before contributing.