Revision f9e0f77af333f4ab7bfa1c0c303f7db47cec0c9e authored by M. J. Fromberger on 18 February 2022, 12:40:32 UTC, committed by GitHub on 18 February 2022, 12:40:32 UTC
1 parent 2183d90
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 directory where the generated proto output will be written.
    # The directory is relative to where the generation tool was run.
    out: proto
    # Set options to assign import paths to the well-known types
    # and to enable service generation.
    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