Categorygithub.com/DeepSourceCorp/artifacts
repositorypackage
0.0.0-20240923172513-9eefff77361c
Repository: https://github.com/deepsourcecorp/artifacts.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Contracts

Contract definitions for services in DeepSource.

Error codes

LevelCode
ERROR0
WARNING1

Running tests

  • Install 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