mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
31 lines
587 B
YAML
31 lines
587 B
YAML
version: v1
|
|
plugins:
|
|
- name: go
|
|
path: ../.bingo/protoc-gen-go
|
|
out: pkg/
|
|
opt:
|
|
- paths=source_relative
|
|
|
|
- name: micro
|
|
path: ../.bingo/protoc-gen-micro
|
|
out: pkg/
|
|
opt:
|
|
- paths=source_relative
|
|
|
|
# not needed for thumbnails
|
|
#- name: microweb
|
|
# path: ../.bingo/protoc-gen-microweb
|
|
# out: pkg/
|
|
# opt:
|
|
# - paths=source_relative
|
|
|
|
- name: openapiv2
|
|
path: ../.bingo/protoc-gen-openapiv2
|
|
out: pkg/
|
|
|
|
- name: doc
|
|
path: ../.bingo/protoc-gen-doc
|
|
out: ../docs/extensions/accounts
|
|
opt:
|
|
- ./templates/GRPC.tmpl,grpc.md
|