Skip to content
Snippets Groups Projects
Commit 2b80cd56 authored by Im Cobu's avatar Im Cobu
Browse files

adding buf.build support

allows to generate code via the command buf generate
parent 1d1e70ba
Branches
No related tags found
No related merge requests found
version: v1beta1
plugins:
- name: go
out: go
opt:
- paths=source_relative
- name: go-grpc
out: go
opt:
- paths=source_relative
- name: js
out: web
opt:
- import_style=commonjs,binary
- name: grpc-web
out: web
opt:
- import_style=commonjs+dts,mode=grpcwebtext
buf.yaml 0 → 100644
version: v1beta1
build:
roots:
- proto
- deps
excludes:
- deps/github.com/openconfig/gnmi/testing
lint:
use:
- DEFAULT
breaking:
use:
- FILE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment