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 new
import (
"Open_IM/pkg/common/constant"
"Open_IM/pkg/utils"
"OpenIM/pkg/common/constant"
"OpenIM/pkg/utils"
"context"
"errors"
"fmt"
+1 -1
View File
@@ -1,7 +1,7 @@
package new
import (
"Open_IM/pkg/utils"
"OpenIM/pkg/utils"
"bytes"
"compress/gzip"
"io/ioutil"
+1 -1
View File
@@ -1,7 +1,7 @@
package new
import (
"Open_IM/pkg/utils"
"OpenIM/pkg/utils"
"net/http"
"strconv"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package new
import (
"Open_IM/pkg/utils"
"OpenIM/pkg/utils"
"bytes"
"encoding/gob"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package new
import (
"Open_IM/pkg/common/constant"
"OpenIM/pkg/common/constant"
"errors"
"net/http"
)
+4 -4
View File
@@ -1,10 +1,10 @@
package new
import (
"Open_IM/internal/common/notification"
"Open_IM/pkg/proto/msg"
pbRtc "Open_IM/pkg/proto/rtc"
"Open_IM/pkg/proto/sdkws"
"OpenIM/internal/common/notification"
"OpenIM/pkg/proto/msg"
pbRtc "OpenIM/pkg/proto/rtc"
"OpenIM/pkg/proto/sdkws"
"context"
"github.com/go-playground/validator/v10"
"github.com/golang/protobuf/proto"
+3 -3
View File
@@ -1,9 +1,9 @@
package new
import (
"Open_IM/pkg/common/constant"
"Open_IM/pkg/common/tokenverify"
"Open_IM/pkg/utils"
"OpenIM/pkg/common/constant"
"OpenIM/pkg/common/tokenverify"
"OpenIM/pkg/utils"
"errors"
"fmt"
"github.com/go-playground/validator/v10"