sysinfo

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SystemInfo

type SystemInfo struct {
	OS         string
	OSVersion  string
	Shell      string
	Username   string
	HomeDir    string
	CurrentDir string
	EnvVars    map[string]string // 环境变量列表
}

SystemInfo 包含系统环境的相关信息

func GetSystemInfo

func GetSystemInfo() (*SystemInfo, error)

GetSystemInfo 获取当前系统的环境信息

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL