Documentation ¶
Index ¶
Constants ¶
View Source
const ( KB = 1 << 10 MB = 1 << 20 GB = 1 << 30 TB = 1 << 40 EB = 1 << 50 )
Variables ¶
This section is empty.
Functions ¶
func GetCurrentSpeed ¶
Types ¶
type Manager ¶
type Manager struct { PropsMu sync.RWMutex MemorySize uint64 MemorySizeHuman string CurrentSpeed uint64 DMIInfo dmi.DMI DisplayDriver string VideoDriver string // contains filtered or unexported fields }
func NewManager ¶
func (*Manager) GetExportedMethods ¶
func (v *Manager) GetExportedMethods() dbusutil.ExportedMethods
func (*Manager) GetInterfaceName ¶
type Module ¶
type Module struct { *loader.ModuleBase // contains filtered or unexported fields }
func (*Module) GetDependencies ¶
Click to show internal directories.
Click to hide internal directories.