Documentation
¶
Index ¶
- Constants
- func Command(name string, arg ...string) (string, error)
- func CommandContext(ctx context.Context, name string, arg ...string) (string, error)
- func CurrentDir() string
- func DirFileList(dir string) ([]string, error)
- func FileExists(path string) (bool, error)
- func IsIP(ip string) bool
- func IsIPV6(ip string) bool
- func IsLoopbackIP(ip string) bool
- func IsPrivateIP(ip string) bool
- func LogFilePath() string
- func RandomBetween(min, max int64) int64
- func ReadFileLines(file string) ([]string, error)
- func ReadFileLinesMap(file string) (map[string]struct{}, error)
- func SetLogFileHook(logDir string)
- func SetSysDNS(v []string) error
- func SysDNS() ([]string, error)
- func SysGatewayAndDevice() (gw string, dev string, err error)
- func SysPowershellMajorVersion() int
- func SysSupportPowershell() bool
- func WriteToTemp(filename string, content []byte) (namePath string, err error)
Constants ¶
View Source
const ( LogMaxAge = 1 // one day LogMaxBackups = 1 // one backup LogMaxSize = 10 // 10Mb LogFileName = "easyss.log" )
Variables ¶
This section is empty.
Functions ¶
func CommandContext ¶
func CurrentDir ¶
func CurrentDir() string
func DirFileList ¶
func FileExists ¶
func IsLoopbackIP ¶
func IsPrivateIP ¶
func LogFilePath ¶
func LogFilePath() string
func RandomBetween ¶
func ReadFileLines ¶
func ReadFileLinesMap ¶
func SetLogFileHook ¶
func SetLogFileHook(logDir string)
func SysGatewayAndDevice ¶
func SysPowershellMajorVersion ¶
func SysPowershellMajorVersion() int
func SysSupportPowershell ¶
func SysSupportPowershell() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.