You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
639 B

  1. # The version of the generation template (required).
  2. # The only currently-valid value is v1beta1.
  3. version: v1beta1
  4. # The plugins to run.
  5. plugins:
  6. # The name of the plugin.
  7. - name: gogofaster
  8. # The directory where the generated proto output will be written.
  9. # The directory is relative to where the generation tool was run.
  10. out: proto
  11. # Set options to assign import paths to the well-known types
  12. # and to enable service generation.
  13. 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