mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-12 14:50:25 +08:00
初步实现安装界面
This commit is contained in:
@@ -29,7 +29,13 @@ func NewSSLCertDAO() *SSLCertDAO {
|
||||
}).(*SSLCertDAO)
|
||||
}
|
||||
|
||||
var SharedSSLCertDAO = NewSSLCertDAO()
|
||||
var SharedSSLCertDAO *SSLCertDAO
|
||||
|
||||
func init() {
|
||||
dbs.OnReady(func() {
|
||||
SharedSSLCertDAO = NewSSLCertDAO()
|
||||
})
|
||||
}
|
||||
|
||||
// 初始化
|
||||
func (this *SSLCertDAO) Init() {
|
||||
|
||||
Reference in New Issue
Block a user