Revision 4f8cc99f87413c148374c4013f3a106f5380184c authored by tycho garen on 08 September 2021, 13:51:13 UTC, committed by tycho garen on 08 September 2021, 13:51:13 UTC
1 parent 9b458a1
Raw File
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