Versions in this module Expand all Collapse all v1 v1.18.1 Apr 6, 2022 Changes in this version + type Stat struct + GC uint64 + Memory uint64 + Started int64 + Threads uint64 + Timestamp int64 + Uptime int64 + type Stats interface + Read func() ([]*Stat, error) + Write func(*Stat) error + func NewStats() Stats