Skip to content

Commit

Permalink
add go package option to opencdc.proto (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Jan 3, 2024
1 parent 680d445 commit 8f84b3f
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";

// 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 8f84b3f

Please sign in to comment.