The estafette-ci-contracts
library is part of the Estafette CI system documented at https://estafette.io.
Please file any issues related to Estafette CI at https://github.com/estafette/estafette-ci-central/issues
This library has contracts for requests / responses between various components of the Estafette CI system.
To start development run
git clone [email protected]:estafette/estafette-ci-contracts.git
cd estafette-ci-contracts
Before committing your changes run
go test ./...
go mod tidy