🚧 添加model
This commit is contained in:
@ -2,6 +2,7 @@ package conf
|
||||
|
||||
import (
|
||||
"github.com/patrickmn/go-cache"
|
||||
"gorm.io/gorm"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
@ -17,6 +18,8 @@ var(
|
||||
|
||||
Cache *cache.Cache // cache
|
||||
|
||||
DB *gorm.DB
|
||||
|
||||
Origins []string // allow origins
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user