Categorygithub.com/kekaswork/protos
module
0.0.3
Repository: https://github.com/kekaswork/protos.git
Documentation: pkg.go.dev

# README

Protos

This repository contains protocol buffer definitions and generated files used for gRPC-based services. It is designed to be reusable across various projects and services within the kekaswork ecosystem.

Features

  • Protocol Buffer Definitions: Centralized .proto files for gRPC services.
  • Language-Specific Code Generation: Includes Go code generation for protobuf and gRPC services.
  • Modular Structure: Designed to be imported as a dependency in multiple projects.

Getting Started

Installation

To use this module in your Go project, you can add it as a dependency:

go get github.com/kekaswork/protos

# Packages

No description provided by the author