Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSystem ¶
type MockSystem struct {
// contains filtered or unexported fields
}
Mock of System interface
func NewMockSystem ¶
func NewMockSystem(ctrl *gomock.Controller) *MockSystem
func (*MockSystem) EXPECT ¶
func (_m *MockSystem) EXPECT() *_MockSystemRecorder
func (*MockSystem) FreeMemory ¶
func (_m *MockSystem) FreeMemory() (uint64, error)
func (*MockSystem) PhysicalCores ¶
func (_m *MockSystem) PhysicalCores() (int, error)
func (*MockSystem) TotalMemory ¶
func (_m *MockSystem) TotalMemory() (uint64, error)
Click to show internal directories.
Click to hide internal directories.