mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-07 13:31:08 +08:00
11 lines
98 B
Go
11 lines
98 B
Go
package dbdata
|
|
|
|
func Start() {
|
|
initDb()
|
|
initData()
|
|
}
|
|
|
|
func Stop() error {
|
|
return xdb.Close()
|
|
}
|