https://github.com/tendermint/tendermint
Raw File
Tip revision: 53e43e7f7da6c48f0d53c96ee5e69361087e41b1 authored by William Banfield on 31 August 2022, 20:41:15 UTC
test: add the loadtime tool (#9342)
Tip revision: 53e43e7
buf.gen.yaml
version: v1
plugins:
  - name: gogofaster
    out: ./proto/
    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