forked from nixcn/nixcn-cms
@@ -11,6 +11,14 @@ type ExternalDSN struct {
|
||||
Password string
|
||||
}
|
||||
|
||||
type RedisDSN struct {
|
||||
Hosts []string
|
||||
Master string
|
||||
Username string
|
||||
Password string
|
||||
DB int
|
||||
}
|
||||
|
||||
type DBClient struct {
|
||||
*gorm.DB
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user