optimize seq, specifying that seq is stored in the only certain unknown

This commit is contained in:
withchao
2023-06-29 19:51:11 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent c5a494f28b
commit 3fbeb622a2
19 changed files with 2306 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package msggateway
import "github.com/OpenIMSDK/Open-IM-Server/pkg/apiresp"
func httpError(ctx *UserConnContext, err error) {
apiresp.HttpError(ctx.RespWriter, err)
}