This repository contains all protocol buffers for the gRPC api of the crud service.
go get -u github.com/fraym/crud-proto/go
npm i @fraym/crud-proto
- change .proto files
- run
make proto
- ensure that you export all services and requests in
nodejs/src/index.ts
- run
make build
- adjust CHANGELOG.md and commit all your changes
- release nodejs code by executing
make publish-nodejs
- release go code by creating a new git release with a tag in the form of
go/v1.0.0
(the prefixgo/
is important)
Contains all proto files for the management api of the crud service.
Contains all proto files for the delivery api of the crud service.