Files
ecs/network/network.go
spiritysdx ab91735695 update
2024-06-30 19:49:25 +08:00

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)
}