mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 19:16:35 +08:00
encryption
This commit is contained in:
@@ -3,7 +3,6 @@ package db
|
||||
import (
|
||||
"Open_IM/pkg/common/config"
|
||||
"fmt"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"gorm.io/driver/mysql"
|
||||
@@ -12,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
type mysqlDB struct {
|
||||
sync.RWMutex
|
||||
//sync.RWMutex
|
||||
db *gorm.DB
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user