Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatteryMonitor ¶
type BatteryMonitor struct{}
func (*BatteryMonitor) Display ¶
func (b *BatteryMonitor) Display() error
func (*BatteryMonitor) Name ¶
func (b *BatteryMonitor) Name() string
type NetworkMonitor ¶
type NetworkMonitor struct{}
func (*NetworkMonitor) Display ¶
func (n *NetworkMonitor) Display() error
func (*NetworkMonitor) Name ¶
func (n *NetworkMonitor) Name() string
type ProcessMonitor ¶
type ProcessMonitor struct{}
func (*ProcessMonitor) Display ¶
func (p *ProcessMonitor) Display() error
func (*ProcessMonitor) Name ¶
func (p *ProcessMonitor) Name() string
type SystemMonitor ¶
type SystemMonitor struct{}
func (*SystemMonitor) Display ¶
func (s *SystemMonitor) Display() error
func (*SystemMonitor) Name ¶
func (s *SystemMonitor) Name() string
Click to show internal directories.
Click to hide internal directories.