Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptySystemInfoGetter ¶
type EmptySystemInfoGetter struct{}
EmptySystemInfoGetter
func (EmptySystemInfoGetter) Get ¶
func (esig EmptySystemInfoGetter) Get() (si SystemInfo, err error)
type SystemInfo ¶
func (SystemInfo) String ¶
func (si SystemInfo) String() string
type SystemInfoGetter ¶
type SystemInfoGetter interface {
Get() (SystemInfo, error)
}
func New ¶
func New() SystemInfoGetter
type WindowsSystemInfoGetter ¶
type WindowsSystemInfoGetter struct{}
func (WindowsSystemInfoGetter) Get ¶
func (wsig WindowsSystemInfoGetter) Get() (si SystemInfo, err error)
Click to show internal directories.
Click to hide internal directories.