KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ca101-proto
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
iOSClearAppLaunchScreenCacheDemo
:
No description available.
tornfarm
:
A python script that scraps the TORN Text-Based MMORPG Player Database and indexes it, and a front and backoffice in PHP / MySQL to use that information
add-polylang-support-for-customizer
:
This plugin adds Polylang support for WordPress Customizer
plot
:
Plot equations using JavaScript canvas
PaintSHOP_resources
:
A collection of downloadable resources accompanying the PaintSHOP application.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ca101-proto
?
Download (.md)
### Protofiles repository This repo contains Protobuf definitions for all the microservices organised in folders. The pipeline will generate libraries in format `ca101-proto-{lang}`. ### Folder structure ```bash . +-- services | +-- your-service | +-- service.proto # gRPC service definition | +-- messages.proto # Protobuf messages +-- entities # shared Protobuf messages | +-- user.proto ``` It's **recommended** to use conventional commits for correct versioning. --- Highly inspired by this [gist](https://gist.github.com/bobbytables/2fab9ac9509867b5acfe2bb5693aee71) 🙏