/proto-events

Primary LanguageProtocol Buffer

proto-events

The protocol buffer definitions for DE events.

Preparation

Build Instructions

ping

Go

protoc -I=. --go_out=<go-events-repo>/ping ping.proto

Then commit and push the generated code into the go-events repo. Substitute your own directory when applicable.

Java

protoc -I=. --java_out=<java-events-repo>/src/java ping.proto

Then commit and push the generated code into the java-events repo.