This commit is contained in:
wangchuxiao
2023-06-20 22:12:01 +08:00
parent 5e634ac91f
commit ee8ee48418
31 changed files with 401 additions and 565 deletions
+2 -3
View File
@@ -8,11 +8,10 @@ import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/proto/push"
)
type PushClient struct {
MetaClient
type Push struct {
}
func NewPushClient(client discoveryregistry.SvcDiscoveryRegistry) *PushClient {
func NewPushPush(client discoveryregistry.SvcDiscoveryRegistry) *PushClient {
return &PushClient{
MetaClient: MetaClient{
client: client,