Add proto files for accounts and generate the code and docs

This commit is contained in:
Juan Pablo Villafáñez
2022-01-31 09:26:23 +01:00
parent 18e6254f24
commit 1ff5fa4c02
17 changed files with 7155 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
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
out: ../gen/
opt:
- paths=source_relative
- 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