Skip to content

Commit

Permalink
proto: added go_package option in database.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jan 3, 2023
1 parent 6fc9e64 commit 184ee5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/substreams/sink/database/v1/database.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package substreams.sink.database.v1;

option go_package = "github.com/streamingfast/substreams-database-change/pb;pbdatabase";

message DatabaseChanges {
repeated TableChange tableChanges = 1;
}
Expand Down

0 comments on commit 184ee5b

Please sign in to comment.