Documentation
¶
Index ¶
- type HandleOSInterface
- func (_m *HandleOSInterface) DoRequest(doRequestItem runner.DoRequestItem) (string, error)
- func (_m *HandleOSInterface) GetCPUInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetCPULoadAverage(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetHostName(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetKernelVersion(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetMemoryInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetMountPointInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
- func (_m *HandleOSInterface) GetSystemVersion(s runner.ServerInternal, l *logrus.Logger) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleOSInterface ¶
HandleOSInterface is an autogenerated mock type for the HandleOSInterface type
func (*HandleOSInterface) DoRequest ¶
func (_m *HandleOSInterface) DoRequest(doRequestItem runner.DoRequestItem) (string, error)
DoRequest provides a mock function with given fields: doRequestItem
func (*HandleOSInterface) GetCPUInfo ¶
func (_m *HandleOSInterface) GetCPUInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetCPUInfo provides a mock function with given fields: s, l
func (*HandleOSInterface) GetCPULoadAverage ¶
func (_m *HandleOSInterface) GetCPULoadAverage(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetCPULoadAverage provides a mock function with given fields: s, l
func (*HandleOSInterface) GetHostName ¶
func (_m *HandleOSInterface) GetHostName(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetHostName provides a mock function with given fields: s, l
func (*HandleOSInterface) GetKernelVersion ¶
func (_m *HandleOSInterface) GetKernelVersion(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetKernelVersion provides a mock function with given fields: s, l
func (*HandleOSInterface) GetMemoryInfo ¶
func (_m *HandleOSInterface) GetMemoryInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetMemoryInfo provides a mock function with given fields: s, l
func (*HandleOSInterface) GetMountPointInfo ¶
func (_m *HandleOSInterface) GetMountPointInfo(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetMountPointInfo provides a mock function with given fields: s, l
func (*HandleOSInterface) GetSystemVersion ¶
func (_m *HandleOSInterface) GetSystemVersion(s runner.ServerInternal, l *logrus.Logger) (string, error)
GetSystemVersion provides a mock function with given fields: s, l
Click to show internal directories.
Click to hide internal directories.