code.vegaprotocol.io/vega@v0.79.0/buf.gen.yaml (about)

     1  ---
     2  version: v1
     3  plugins:
     4    - name: go
     5      out: ./protos
     6      opt: paths=source_relative
     7    - name: go-grpc
     8      out: ./protos
     9      opt: paths=source_relative
    10    - name: grpc-gateway
    11      out: ./protos
    12      opt:
    13        - logtostderr=true
    14        - grpc_api_configuration=protos/sources/data-node/grpc-rest-bindings.yml
    15        - paths=source_relative
    16      strategy: all
    17    - name: grpc-gateway
    18      out: ./protos
    19      opt:
    20        - logtostderr=true
    21        - grpc_api_configuration=protos/sources/vega/grpc-rest-bindings.yml
    22        - paths=source_relative
    23      strategy: all
    24    - name: grpc-gateway
    25      out: ./protos
    26      opt:
    27        - logtostderr=true
    28        - grpc_api_configuration=protos/sources/blockexplorer/grpc-rest-bindings.yml
    29        - paths=source_relative
    30      strategy: all