From da3afac898711abb8fffbdf4a215cbf26a82152f 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:13 +0000 Subject: [PATCH] feat: Updated pkg/rpcclient/doc.go --- pkg/rpcclient/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/rpcclient/doc.go b/pkg/rpcclient/doc.go index 0fdfacc60..8875cd557 100644 --- a/pkg/rpcclient/doc.go +++ b/pkg/rpcclient/doc.go @@ -12,4 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package rpcclient provides client-side implementations for the various services in the OpenIM project. +// It uses Dubbo-go for RPC communication. package rpcclient // import "github.com/openimsdk/open-im-server/v3/pkg/rpcclient"