Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIImplementor ¶
type APIImplementor struct{}
func New ¶
func New() APIImplementor
func (APIImplementor) GetBIOSSerialNumber ¶
func (APIImplementor) GetBIOSSerialNumber() (string, error)
func (APIImplementor) GetService ¶
func (APIImplementor) GetService(name string) (*ServiceInfo, error)
func (APIImplementor) StartService ¶
func (APIImplementor) StartService(name string) error
func (APIImplementor) StopService ¶
func (APIImplementor) StopService(name string, force bool) error
type ServiceInfo ¶
Click to show internal directories.
Click to hide internal directories.