File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ option java_multiple_files = true;
66option java_package = "io.odpf.raccoon" ;
77option java_outer_classname = "EventProto" ;
88
9+ option go_package = "github.com/odpf/proton/raccoon" ;
10+
911/*
1012 `Event` defines wrapper of the event you want to push to Raccoon
1113
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ option java_outer_classname = "EventRequestProto";
99import "odpf/raccoon/Event.proto" ;
1010import "google/protobuf/timestamp.proto" ;
1111
12+ option go_package = "github.com/odpf/proton/raccoon" ;
13+
1214/*
1315 `EventRequest` defines the contract to push events to Raccoon
1416
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ option java_multiple_files = true;
66option java_package = "io.odpf.raccoon" ;
77option java_outer_classname = "EventResponseProto" ;
88
9+ option go_package = "github.com/odpf/proton/raccoon" ;
10+
911/*
1012 `EventResponse` defines the response contract from Raccoon
1113
You can’t perform that action at this time.
0 commit comments