mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* Buf upgrades * Buf format and basic endpoint fixes * gRPC linter fixes * Amend buf.yaml linter exceptions * Update README * Freshly generated gRPC code after depends update * Nitterinos
18 lines
299 B
YAML
18 lines
299 B
YAML
version: v1
|
|
plugins:
|
|
- name: go
|
|
out: ./
|
|
opt:
|
|
- paths=source_relative
|
|
- name: go-grpc
|
|
out: ./
|
|
opt:
|
|
- paths=source_relative
|
|
- name: grpc-gateway
|
|
out: ./
|
|
opt:
|
|
- paths=source_relative
|
|
- generate_unbound_methods=true
|
|
- name: openapiv2
|
|
out: ./
|