v14.4.0
This commit is contained in:
dayterr
2026-03-20 17:22:29 +03:00
parent aa3e9ad4ab
commit 825cc4387f
10 changed files with 198 additions and 47 deletions

View File

@@ -155,6 +155,9 @@ type CpuInfo struct {
// PhysCount
PhysCount uint64 `json:"physCount"`
// Thread count
ThreadCount uint64 `json:"threadCount"`
// Flags
Flags []string `json:"flags"`