https://github.com/tendermint/tendermint
Raw File
Tip revision: f5df349ceed857bff511512ead6e4f2355eef797 authored by William Banfield on 23 July 2021, 21:31:55 UTC
wip
Tip revision: f5df349
buf.gen.yaml
# The version of the generation template.
# Required.
# The only currently-valid value is v1beta1.
version: v1beta1

# The plugins to run.
plugins:
  # The name of the plugin.
  - name: gogofaster
    # The the relative output directory.
    out: proto
    # Any options to provide to the plugin.
    opt: Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,plugins=grpc,paths=source_relative
back to top