Skip to content

TokoBapak/proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Protocol Buffers Contracts

This repository holds protocol buffers (.proto) files for every service that we have. Each proto file must not be copied into the repository that is using it. Instead, you should use Git submodule. That way, the proto files can be tracked and versioned over time.

If you don't know what protocol buffers are, you can visit this link: https://developers.google.com/protocol-buffers/

The way this repository works is simple, just create a PR of new proto file, if the proto file for that service does not exist. Both frontend and backend team will be notified to review the PR.

Contribution

We are linting the .proto files using buf's BASIC mode with additional configurations.

Please read about the rules more closely before complaining.

About

Shared protocol buffer contracts

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published