mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 23:48:03 +08:00
更改目录结构
This commit is contained in:
10
server/dbdata/start.go
Normal file
10
server/dbdata/start.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dbdata
|
||||
|
||||
func Start() {
|
||||
initDb()
|
||||
initData()
|
||||
}
|
||||
|
||||
func Stop() error {
|
||||
return sdb.Close()
|
||||
}
|
Reference in New Issue
Block a user