From f348faf56721ad7b7f4f2400064b03d87a2261e5 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 08:13:57 +0000 Subject: [PATCH] feat: Updated pkg/rpcclient/notification/doc.go --- pkg/rpcclient/notification/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/rpcclient/notification/doc.go b/pkg/rpcclient/notification/doc.go index 2d409bdc9..dfdb82791 100644 --- a/pkg/rpcclient/notification/doc.go +++ b/pkg/rpcclient/notification/doc.go @@ -12,4 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package notification provides client-side implementations for the notification services in the OpenIM project. +// It uses Dubbo-go for RPC communication. package notification // import "github.com/openimsdk/open-im-server/v3/pkg/rpcclient/notification"