mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
errcode
This commit is contained in:
@@ -62,10 +62,6 @@ func initMongo() *mongo.Database {
|
||||
return mongoClient.Database(config.Config.Mongo.DBDatabase)
|
||||
}
|
||||
|
||||
func GetCollection(mongoClient *mongo.Client) {
|
||||
|
||||
}
|
||||
|
||||
func CreateAllIndex(mongoClient *mongo.Client) {
|
||||
// mongodb create index
|
||||
if err := createMongoIndex(mongoClient, cSendLog, false, "send_id", "-send_time"); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user