mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 11:09:13 +00:00
26d61c6b13
* core(deps): bump golang.org/x/sys To resolve /go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/host/host_bsd.go:20:13: undefined: unix.SysctlTimeval * chore(deps): make update-vendor
10 lines
103 B
Go
10 lines
103 B
Go
package cpu
|
|
|
|
type cpuTimes struct {
|
|
User uint32
|
|
Nice uint32
|
|
Sys uint32
|
|
Intr uint32
|
|
Idle uint32
|
|
}
|