Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2022 Changes in this version + type CPULoad struct + Load float64 + type Dashboard struct + CPULoad *CPULoad + IO *UsageStat + Mem *Memory + type DashboardParams struct + Path string + type Memory struct + Cached uint64 + Free uint64 + Total uint64 + Used uint64 + type PartitionStat struct + Device string + Fstype string + Mountpoint string + Opts []string + type Response struct + Data interface{} + Message string + type UsageStat struct + Free uint64 + Fstype string + InodesFree uint64 + InodesTotal uint64 + InodesUsed uint64 + InodesUsedPercent float64 + Path string + Total uint64 + Used uint64 + UsedPercent float64 + type Version struct + V string