3.1.5-9 • Published 1 month ago

infinimesh-proto v3.1.5-9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

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

Node (Connect ES)

Install protoc before going further: manual

# Clone repo
git clone git@github.com:infinimesh/proto.git
cd infinimesh-proto

# Install generators
npm i
npm run generate

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.

3.1.5-9

1 month ago

3.1.5-8

2 months ago

3.1.5-7

2 months ago

3.1.5-6

2 months ago

3.1.5-5

2 months ago

3.1.5-4

3 months ago

3.1.5-3

3 months ago

3.1.5-2

3 months ago

3.1.5-1

3 months ago

3.1.5

3 months ago

3.1.4-0

3 months ago

3.1.3

3 months ago

3.1.2

3 months ago

3.1.1

4 months ago

1.0.1

9 months ago