mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 11:42:23 +08:00
9 lines
276 B
Go
9 lines
276 B
Go
package network1
|
|
|
|
import "github.com/oneclickvirt/security/network"
|
|
|
|
// 本包在main中不使用
|
|
func NetworkCheck(checkType string, enableSecurityCheck bool, language string) (string, string, error) {
|
|
return network.NetworkCheck(checkType, enableSecurityCheck, language)
|
|
}
|