Skip to content

Commit

Permalink
add option go_package to config proto
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Feb 16, 2024
1 parent d9ab99e commit 2da6e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/config/v1/parameter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package config.v1;

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

Check failure on line 5 in proto/config/v1/parameter.proto

View workflow job for this annotation

GitHub Actions / validate

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

// Parameter describes a single config parameter.
message Parameter {
// Type shows the parameter type.
Expand Down

0 comments on commit 2da6e0e

Please sign in to comment.