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"