https://github.com/tendermint/tendermint
Raw File
Tip revision: 5d410ad3edb0b83d674c1dfdbb70f06d16d28980 authored by tycho garen on 07 September 2021, 15:43:09 UTC
Merge remote-tracking branch 'origin/master' into tychoish/rfc-databases
Tip revision: 5d410ad
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