Categorygithub.com/cutters-digital/gateway-protobuf

# Packages

No description provided by the author

# README

gateway-protobuf

This repository is the 'Single Source of Truth' for the gRPC / Protocol Buffers (protobuf) and their compiled files.

Used by:

Requirements:

Development:

  1. Go to the proto directory at the project root.
  2. Work on the proto files. (Remember option go_package)
  3. Run make compile_all in your terminal when done. (Needs to be run from the project root).

Deployment:

  1. Push commits or merge branches onto origin/main.
  2. Create a semver tag here.

Importing:

How to import the compiled files to your project.

  • Golang:

    Run go get github.com/cutters-digital/[email protected]

    Replace 'v1.0.0' with the version you need.

  • iOS:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla congue massa vel justo dapibus viverra.

  • Android:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla congue massa vel justo dapibus viverra.