From f56f7f2c90d58e4726172869002330b2042e7a73 Mon Sep 17 00:00:00 2001 From: niebayes Date: Tue, 17 Oct 2023 14:36:11 +0800 Subject: [PATCH] add go_package option as required --- proto/greptime/v1/notify.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/greptime/v1/notify.proto b/proto/greptime/v1/notify.proto index 592f8a10..8fd5f159 100644 --- a/proto/greptime/v1/notify.proto +++ b/proto/greptime/v1/notify.proto @@ -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;