initial crm server
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"crm/config"
|
||||
|
||||
"github.com/go-redis/redis/v9"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
var (
|
||||
Config config.Config
|
||||
Db *gorm.DB
|
||||
Rdb *redis.Client
|
||||
)
|
||||
Reference in New Issue
Block a user