Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { CPU() (float64, error) Memory() (float64, error) Disk() (float64, error) FactoryReset() error }
Service interface for system resources
Click to show internal directories.
Click to hide internal directories.