https://github.com/deepsourcecorp/artifacts
Artifacts and types of DeepSource. Be cautious when updating/approving changes.
https://github.com/deepsourcecorp/artifacts
Last synced: 26 days ago
JSON representation
Artifacts and types of DeepSource. Be cautious when updating/approving changes.
- Host: GitHub
- URL: https://github.com/deepsourcecorp/artifacts
- Owner: DeepSourceCorp
- Created: 2018-09-01T19:45:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T09:41:54.000Z (12 months ago)
- Last Synced: 2025-04-07T10:27:21.412Z (12 months ago)
- Language: Go
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contracts
Contract definitions for services in DeepSource.
### Error codes
| Level | Code |
|---------|------|
| ERROR | 0 |
| WARNING | 1 |
### Running tests
- Install [uber/prototool](https://github.com/uber/prototool) and make sure it's available in your path.
- Run `make test`.
### Beacon
- 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
```