https://github.com/tendermint/tendermint
Raw File
Tip revision: a985adeb7acd4d823bbfce9e950e922ecbec574b authored by William Banfield on 09 May 2022, 02:58:49 UTC
issues
Tip revision: a985ade
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