mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
* 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>
22 lines
541 B
YAML
Executable File
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
|