Skip to content

Commit

Permalink
add go_package option as required
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Oct 17, 2023
1 parent 9d7b429 commit f56f7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/greptime/v1/notify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ syntax = "proto3";

package greptime.v1;

option go_package = "github.com/GreptimeTeam/greptime-proto/go/greptime/v1";

message NotificationRequest {
string catalog_name = 1;
string schema_name = 2;
Expand Down

0 comments on commit f56f7f2

Please sign in to comment.