Skip to content

k4-1/proto

Repository files navigation

infinimesh API Proto

This repo containes protobuf files and Go generated code for the infinimesh APIs.

Install

Go

At your project(where go.mod is):

go get github.com/infinimesh/proto@latest

How to use

Generating

  1. Clone this repo
  2. Navigate to cloned repo directory

Docker

Just run:

docker run -it \
  -v $(pwd):/go/src/github.com/infinimesh/proto \
  ghcr.io/infinimesh/proto/buf:latest

Buf

Set up buf, follow Dockerfile for additional dependencies.

Run buf generate

How to generate code for you language

Check according module for buf, add it to buf.gen.yaml, run buf generate.

If you're generating using Docker, you'd have to build image first.

About

infinimesh APIs Protobufs and gRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors