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
+2 -2
View File
@@ -1,8 +1,8 @@
package utils
import (
"OpenIM/pkg/common/constant"
sdkws "OpenIM/pkg/proto/sdkws"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
sdkws "github.com/OpenIMSDK/Open-IM-Server/pkg/proto/sdkws"
"github.com/golang/protobuf/proto"
)
+1 -1
View File
@@ -1,8 +1,8 @@
package utils
import (
"OpenIM/pkg/common/constant"
"fmt"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
"math/rand"
"os"
"path"
+1 -1
View File
@@ -1,7 +1,7 @@
package utils
import (
"OpenIM/pkg/common/tokenverify"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/tokenverify"
"testing"
"time"
+1 -1
View File
@@ -1,7 +1,7 @@
package utils
import (
"OpenIM/pkg/common/constant"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
"testing"
"github.com/stretchr/testify/assert"
+1 -1
View File
@@ -7,8 +7,8 @@
package utils
import (
"OpenIM/pkg/common/constant"
"encoding/json"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
"math/rand"
"strconv"
)