mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 20:49:13 -05:00
34 lines
745 B
YAML
34 lines
745 B
YAML
version: v1
|
|
plugins:
|
|
- name: go
|
|
path: ../../.bingo/protoc-gen-go
|
|
out: ../gen/
|
|
opt:
|
|
- paths=source_relative
|
|
|
|
- name: micro
|
|
path: ../../.bingo/protoc-gen-micro
|
|
out: ../gen/
|
|
opt:
|
|
- paths=source_relative
|
|
|
|
- name: microweb
|
|
#path: ../../.bingo/protoc-gen-microweb
|
|
path: ../../../protoc-gen-microweb/protoc-gen-microweb
|
|
out: ../gen/
|
|
opt:
|
|
- paths=source_relative
|
|
- "ignore_packages=\
|
|
ocis.services.thumbnails.v1;\
|
|
ocis.messages.thumbnails.v1"
|
|
|
|
- name: openapiv2
|
|
path: ../../.bingo/protoc-gen-openapiv2
|
|
out: ../gen/
|
|
|
|
- name: doc
|
|
path: ../../.bingo/protoc-gen-doc
|
|
out: ../docs/extensions
|
|
opt:
|
|
- ../docs/GRPC.tmpl,grpc.md,source_relative
|