Skip to content

Commit

Permalink
add go package option to opencdc.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Jan 3, 2024
1 parent 680d445 commit 811768c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/opencdc/v1/opencdc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ package opencdc.v1;
import "google/protobuf/descriptor.proto";
import "google/protobuf/struct.proto";

option go_package = "github.com/conduitio/conduit-commons/proto/opencdc/v1";

Check failure on line 8 in proto/opencdc/v1/opencdc.proto

View workflow job for this annotation

GitHub Actions / validate

File option "go_package" changed from "" to "github.com/conduitio/conduit-commons/proto/opencdc/v1".

// CreatedAt can contain the time when the record was created in the 3rd party
// system. The expected format is a unix timestamp in nanoseconds.
option (metadata_created_at) = "opencdc.createdAt";
Expand Down

0 comments on commit 811768c

Please sign in to comment.