Versions in this module Expand all Collapse all v0 v0.8.1 Sep 16, 2021 Changes in this version + const ARCHITECTURE_NUMA + const ARCHITECTURE_SMP + const DRIVE_TYPE_FDD + const DRIVE_TYPE_HDD + const DRIVE_TYPE_ODD + const DRIVE_TYPE_SSD + const DRIVE_TYPE_UNKNOWN + const MEMORY_CACHE_TYPE_DATA + const MEMORY_CACHE_TYPE_INSTRUCTION + const MEMORY_CACHE_TYPE_UNIFIED + const STORAGE_CONTROLLER_IDE + const STORAGE_CONTROLLER_MMC + const STORAGE_CONTROLLER_NVME + const STORAGE_CONTROLLER_SCSI + const STORAGE_CONTROLLER_UNKNOWN + const STORAGE_CONTROLLER_VIRTIO + var BIOS = bios.New + var Baseboard = baseboard.New + var Block = block.New + var CPU = cpu.New + var Chassis = chassis.New + var GPU = gpu.New + var Memory = memory.New + var Network = net.New + var PCI = pci.New + var PCIAddressFromString = pciaddress.FromString + var Product = product.New + var Topology = topology.New + var WithAlterter = option.WithAlerter + var WithChroot = option.WithChroot + var WithDisableTools = option.WithDisableTools + var WithDisableWarnings = option.WithNullAlerter + var WithNullAlterter = option.WithNullAlerter + var WithPathOverrides = option.WithPathOverrides + var WithSnapshot = option.WithSnapshot + type Architecture = topology.Architecture + type BIOSInfo = bios.Info + type BaseboardInfo = baseboard.Info + type BlockInfo = block.Info + type CPUInfo = cpu.Info + type ChassisInfo = chassis.Info + type Disk = block.Disk + type DriveType = block.DriveType + type GPUInfo = gpu.Info + type GraphicsCard = gpu.GraphicsCard + type HostInfo struct + BIOS *bios.Info + Baseboard *baseboard.Info + Block *block.Info + CPU *cpu.Info + Chassis *chassis.Info + GPU *gpu.Info + Memory *memory.Info + Network *net.Info + PCI *pci.Info + Product *product.Info + Topology *topology.Info + func Host(opts ...*WithOption) (*HostInfo, error) + func (i *HostInfo) JSONString(indent bool) string + func (i *HostInfo) YAMLString() string + func (info *HostInfo) String() string + type MemoryCacheType = memory.CacheType + type MemoryInfo = memory.Info + type MemoryModule = memory.Module + type NIC = net.NIC + type NICCapability = net.NICCapability + type NetworkInfo = net.Info + type PCIAddress = pciaddress.Address + type PCIDevice = pci.Device + type PCIInfo = pci.Info + type Partition = block.Partition + type PathOverrides = option.PathOverrides + type ProductInfo = product.Info + type SnapshotOptions = option.SnapshotOptions + type StorageController = block.StorageController + type TopologyInfo = topology.Info + type TopologyNode = topology.Node + type WithOption = option.Option