packet name pb

This commit is contained in:
withchao
2023-03-16 10:46:06 +08:00
parent 8437c9a38b
commit 17de3e7927
208 changed files with 25300 additions and 15564 deletions
@@ -1,7 +1,7 @@
package body
import (
"OpenIM/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
)
type Notification struct {
@@ -1,8 +1,8 @@
package body
import (
"OpenIM/pkg/common/constant"
"errors"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
)
const (
+4 -4
View File
@@ -1,13 +1,13 @@
package jpush
import (
"OpenIM/internal/push/offlinepush"
"OpenIM/internal/push/offlinepush/jpush/body"
"OpenIM/pkg/common/config"
http2 "OpenIM/pkg/common/http"
"context"
"encoding/base64"
"fmt"
"github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush"
"github.com/OpenIMSDK/Open-IM-Server/internal/push/offlinepush/jpush/body"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
http2 "github.com/OpenIMSDK/Open-IM-Server/pkg/common/http"
)
type JPush struct{}