Categorygithub.com/paniccaaa/protos
module
0.0.10
Repository: https://github.com/paniccaaa/protos.git
Documentation: pkg.go.dev

# 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