https://github.com/tendermint/tendermint
Revision 63d920c6ba27cd5374136ccf1d70f326fb23be99 authored by William Banfield on 15 November 2021, 17:27:42 UTC, committed by William Banfield on 15 November 2021, 17:27:42 UTC
1 parent 405cf7c
Raw File
Tip revision: 63d920c6ba27cd5374136ccf1d70f326fb23be99 authored by William Banfield on 15 November 2021, 17:27:42 UTC
publish
Tip revision: 63d920c
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