# README
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
# Packages
No description provided by the author