mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-05 08:13:22 +08:00
11 lines
222 B
Go
11 lines
222 B
Go
package cmd
|
|
|
|
import (
|
|
"chaitin.cn/patronus/safeline-2/management/webserver/pkg/database"
|
|
"chaitin.cn/patronus/safeline-2/management/webserver/pkg/fvm"
|
|
)
|
|
|
|
func PushFSL() error {
|
|
return fvm.PushFSL(database.GetDB().DB)
|
|
}
|