Documentation ¶
Index ¶
- Constants
- func DNSAddresses() ([]string, error)
- func Ftruncate(fd int, length int64) (err error)
- func IsBeingRosettaTranslated() bool
- func LimaUser(warn bool) (*user.User, error)
- func MachineID() string
- func ProxySettings() (map[string]string, error)
- func SysKill(pid int, sig Signal) error
- type Group
- type Signal
- type Stat
- type User
Constants ¶
View Source
const SigInt = Signal(syscall.SIGINT)
SigInt is the value of SIGINT.
View Source
const SigKill = Signal(syscall.SIGKILL)
SigKill is the value of SIGKILL.
View Source
const UnixPathMax = 108
UnixPathMax is the value of UNIX_PATH_MAX.
Variables ¶
This section is empty.
Functions ¶
func DNSAddresses ¶ added in v0.6.3
func IsBeingRosettaTranslated ¶ added in v0.15.0
func IsBeingRosettaTranslated() bool
func ProxySettings ¶ added in v0.7.0
Types ¶
type Group ¶ added in v0.7.0
func LookupGroup ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.