Contract definitions for services in DeepSource.
Level | Code |
---|---|
ERROR | 0 |
WARNING | 1 |
- Install uber/prototool and make sure it's available in your path.
- Run
make test
.
- To generate golang stubs
brew install protobuf
go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
protoc -I=./ --go_out=plugins=grpc:./ ./beacon.proto