mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-02-20 10:57:06 +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