2021-07-30 15:12:28 -07:00
|
|
|
---
|
|
|
|
version: v1beta1
|
2022-08-26 09:35:22 -07:00
|
|
|
name: buf.build/wormhole-foundation/wormhole
|
2021-07-30 15:12:28 -07:00
|
|
|
deps:
|
2022-06-14 12:52:46 -07:00
|
|
|
- buf.build/googleapis/googleapis
|
2021-07-30 15:12:28 -07:00
|
|
|
- buf.build/grpc-ecosystem/grpc-gateway
|
|
|
|
build:
|
|
|
|
roots:
|
|
|
|
- proto
|
|
|
|
lint:
|
|
|
|
use:
|
2021-08-21 15:34:58 -07:00
|
|
|
- DEFAULT
|
|
|
|
# https://github.com/twitchtv/twirp/issues/70#issuecomment-470367807
|
|
|
|
- UNARY_RPC
|
2021-12-02 16:02:32 -08:00
|
|
|
ignore_only:
|
|
|
|
RPC_NO_SERVER_STREAMING:
|
|
|
|
# Allow streamed RPC for the spy server, which is designed to run as a sidecar
|
|
|
|
# and won't handle large amounts of connections.
|
|
|
|
- spy/v1/spy.proto
|
2021-07-30 15:12:28 -07:00
|
|
|
breaking:
|
|
|
|
use:
|
|
|
|
- WIRE_JSON
|