This commit is contained in:
wangchuxiao
2023-02-23 19:15:30 +08:00
parent 9c76722c90
commit f586ab1ac2
205 changed files with 1216 additions and 1377 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package utils
import (
"Open_IM/pkg/common/constant"
sdkws "Open_IM/pkg/proto/sdkws"
"OpenIM/pkg/common/constant"
sdkws "OpenIM/pkg/proto/sdkws"
"github.com/golang/protobuf/proto"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package utils
import (
"Open_IM/pkg/common/constant"
"OpenIM/pkg/common/constant"
"fmt"
"math/rand"
"os"
+3 -3
View File
@@ -1,9 +1,9 @@
package utils
import (
"Open_IM/pkg/common/config"
"Open_IM/pkg/common/constant"
"Open_IM/pkg/common/tokenverify"
"OpenIM/pkg/common/config"
"OpenIM/pkg/common/constant"
"OpenIM/pkg/common/tokenverify"
"testing"
"time"
+1 -1
View File
@@ -1,7 +1,7 @@
package utils
import (
"Open_IM/pkg/common/constant"
"OpenIM/pkg/common/constant"
"testing"
"github.com/stretchr/testify/assert"
+1 -1
View File
@@ -7,7 +7,7 @@
package utils
import (
"Open_IM/pkg/common/constant"
"OpenIM/pkg/common/constant"
"encoding/json"
"math/rand"
"strconv"