Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 477 Bytes

Protos

This repository contains the protocol buffer (proto) files for various services used in our project. The proto files define the structure of our gRPC services and messages, enabling efficient and consistent communication between microservices.

Generate the proto files

make generate

Import Generated code

Installation

To add this repository to your Go project, use the go get command:

go get github.com/paniccaaa/protos