Files
ark/server/buf.gen.yaml
Pietralberto Mazza dc00d60585 Rename folders (#97)
* Rename arkd folder & drop cli

* Rename ark cli folder & update docs

* Update readme

* Fix

* scripts: add build-all

* Add target to build cli for all platforms

* Update build scripts

---------

Co-authored-by: tiero <3596602+tiero@users.noreply.github.com>
2024-02-09 19:32:58 +01:00

22 lines
541 B
YAML
Executable File

version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/ark-network/ark/api-spec/protobuf/gen
except:
- buf.build/googleapis/googleapis
plugins:
# Golang
- plugin: go
out: api-spec/protobuf/gen
opt: paths=source_relative
- plugin: go-grpc
out: api-spec/protobuf/gen
opt: paths=source_relative,require_unimplemented_servers=false
- plugin: grpc-gateway
out: api-spec/protobuf/gen
opt: paths=source_relative
#OpenApi
- plugin: openapiv2
out: api-spec/openapi/swagger