Skip to content

Commit

Permalink
add option go_package to config proto (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Feb 16, 2024
1 parent d9ab99e commit 58737e4
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";

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

0 comments on commit 58737e4

Please sign in to comment.