Documentation ¶
Overview ¶
Package mock_procsyswrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProcSys ¶
type MockProcSys struct {
// contains filtered or unexported fields
}
MockProcSys is a mock of ProcSys interface
func NewMockProcSys ¶
func NewMockProcSys(ctrl *gomock.Controller) *MockProcSys
NewMockProcSys creates a new mock instance
func (*MockProcSys) EXPECT ¶
func (m *MockProcSys) EXPECT() *MockProcSysMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockProcSysMockRecorder ¶
type MockProcSysMockRecorder struct {
// contains filtered or unexported fields
}
MockProcSysMockRecorder is the mock recorder for MockProcSys
func (*MockProcSysMockRecorder) Get ¶
func (mr *MockProcSysMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockProcSysMockRecorder) Set ¶
func (mr *MockProcSysMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call
Set indicates an expected call of Set
Click to show internal directories.
Click to hide internal directories.