File: buf.gen.yaml

package info (click to toggle)
arduino-cli 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 65,096 kB
  • sloc: cpp: 6,520; sh: 196; python: 30; makefile: 28
file content (14 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: v2
plugins:
  # Use protoc-gen-go
  - remote: buf.build/protocolbuffers/go:v1.34.2
    out: ./rpc
    opt:
      - paths=source_relative
  # Use of protoc-gen-go-grpc
  - remote: buf.build/grpc/go:v1.5.1
    out: ./rpc
    opt:
      - paths=source_relative
inputs:
  - directory: ./rpc