mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 16:45:59 +08:00
Test_BatchInsertChat2DB
This commit is contained in:
@@ -21,8 +21,11 @@ type MsgDocModel struct {
|
||||
}
|
||||
|
||||
type MsgInfoModel struct {
|
||||
SendTime int64 `bson:"sendtime"`
|
||||
Msg []byte `bson:"msg"`
|
||||
SendTime int64 `bson:"sendtime"`
|
||||
Msg []byte `bson:"msg"`
|
||||
Revoke bool `bson:"revoke"`
|
||||
ReadList []string `bson:"read_list"`
|
||||
DelList []string `bson:"del_list"`
|
||||
}
|
||||
|
||||
type MsgDocModelInterface interface {
|
||||
|
||||
Reference in New Issue
Block a user