Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 686 Bytes

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.