Versions in this module Expand all Collapse all v0 v0.0.1 Sep 7, 2023 Changes in this version + const B + const GB + const KB + const MB + func ProcessMemMB() uint64 + type Cpu struct + Cores int + Cpus []float64 + func GetCPU() (c Cpu, err error) + type Disk struct + TotalGB int + TotalMB int + UsedGB int + UsedMB int + func GetDisk() (d Disk, err error) + type Os struct + Compiler string + GOOS string + GoVersion string + NumCPU int + func GetOS() (o Os) + type Ram struct + TotalMB int + UsedMB int + func GetRAM() (r Ram, err error) + type Server struct + Cpu Cpu + Disk Disk + Os Os + Ram Ram