This repository contains the shared Protocol Buffer definitions for the Orisun Event Store.
eventstore.proto- Event Store service definitionsadmin.proto- Admin service definitions
Generate Go code from proto files:
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
*.protoThe proto files are used by the Java client's Gradle build process. See orisun-client-java for usage.
The Node.js client has its own copy of the proto files. See orisun-node-client.
MIT License - see LICENSE for details.