Documentation
¶
Overview ¶
Package mock_mpathconfig is a generated GoMock package.
Package mock_mpathconfig is a generated GoMock package.
Index ¶
- type MockMpathConfiguration
- func (m *MockMpathConfiguration) EXPECT() *MockMpathConfigurationMockRecorder
- func (m *MockMpathConfiguration) GetRootSection() mpathconfig.MpathConfigurationSection
- func (m *MockMpathConfiguration) GetSection(arg0 string) (mpathconfig.MpathConfigurationSection, error)
- func (m *MockMpathConfiguration) PrintConf() []string
- func (m *MockMpathConfiguration) SaveConfig(arg0 string) error
- type MockMpathConfigurationMockRecorder
- func (mr *MockMpathConfigurationMockRecorder) GetRootSection() *gomock.Call
- func (mr *MockMpathConfigurationMockRecorder) GetSection(arg0 any) *gomock.Call
- func (mr *MockMpathConfigurationMockRecorder) PrintConf() *gomock.Call
- func (mr *MockMpathConfigurationMockRecorder) SaveConfig(arg0 any) *gomock.Call
- type MockMpathConfigurationSection
- func (m *MockMpathConfigurationSection) AddSection(arg0 string) (mpathconfig.MpathConfigurationSection, error)
- func (m *MockMpathConfigurationSection) EXPECT() *MockMpathConfigurationSectionMockRecorder
- func (m *MockMpathConfigurationSection) GetDeviceSection(arg0, arg1, arg2 string) (mpathconfig.MpathConfigurationSection, error)
- func (m *MockMpathConfigurationSection) GetProperty(arg0 string) (string, error)
- func (m *MockMpathConfigurationSection) HasProperty(arg0 string) bool
- func (m *MockMpathConfigurationSection) SetProperty(arg0, arg1 string) error
- type MockMpathConfigurationSectionMockRecorder
- func (mr *MockMpathConfigurationSectionMockRecorder) AddSection(arg0 any) *gomock.Call
- func (mr *MockMpathConfigurationSectionMockRecorder) GetDeviceSection(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockMpathConfigurationSectionMockRecorder) GetProperty(arg0 any) *gomock.Call
- func (mr *MockMpathConfigurationSectionMockRecorder) HasProperty(arg0 any) *gomock.Call
- func (mr *MockMpathConfigurationSectionMockRecorder) SetProperty(arg0, arg1 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMpathConfiguration ¶
type MockMpathConfiguration struct {
// contains filtered or unexported fields
}
MockMpathConfiguration is a mock of MpathConfiguration interface.
func NewMockMpathConfiguration ¶
func NewMockMpathConfiguration(ctrl *gomock.Controller) *MockMpathConfiguration
NewMockMpathConfiguration creates a new mock instance.
func (*MockMpathConfiguration) EXPECT ¶
func (m *MockMpathConfiguration) EXPECT() *MockMpathConfigurationMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMpathConfiguration) GetRootSection ¶
func (m *MockMpathConfiguration) GetRootSection() mpathconfig.MpathConfigurationSection
GetRootSection mocks base method.
func (*MockMpathConfiguration) GetSection ¶
func (m *MockMpathConfiguration) GetSection(arg0 string) (mpathconfig.MpathConfigurationSection, error)
GetSection mocks base method.
func (*MockMpathConfiguration) PrintConf ¶
func (m *MockMpathConfiguration) PrintConf() []string
PrintConf mocks base method.
func (*MockMpathConfiguration) SaveConfig ¶
func (m *MockMpathConfiguration) SaveConfig(arg0 string) error
SaveConfig mocks base method.
type MockMpathConfigurationMockRecorder ¶
type MockMpathConfigurationMockRecorder struct {
// contains filtered or unexported fields
}
MockMpathConfigurationMockRecorder is the mock recorder for MockMpathConfiguration.
func (*MockMpathConfigurationMockRecorder) GetRootSection ¶
func (mr *MockMpathConfigurationMockRecorder) GetRootSection() *gomock.Call
GetRootSection indicates an expected call of GetRootSection.
func (*MockMpathConfigurationMockRecorder) GetSection ¶
func (mr *MockMpathConfigurationMockRecorder) GetSection(arg0 any) *gomock.Call
GetSection indicates an expected call of GetSection.
func (*MockMpathConfigurationMockRecorder) PrintConf ¶
func (mr *MockMpathConfigurationMockRecorder) PrintConf() *gomock.Call
PrintConf indicates an expected call of PrintConf.
func (*MockMpathConfigurationMockRecorder) SaveConfig ¶
func (mr *MockMpathConfigurationMockRecorder) SaveConfig(arg0 any) *gomock.Call
SaveConfig indicates an expected call of SaveConfig.
type MockMpathConfigurationSection ¶
type MockMpathConfigurationSection struct {
// contains filtered or unexported fields
}
MockMpathConfigurationSection is a mock of MpathConfigurationSection interface.
func NewMockMpathConfigurationSection ¶
func NewMockMpathConfigurationSection(ctrl *gomock.Controller) *MockMpathConfigurationSection
NewMockMpathConfigurationSection creates a new mock instance.
func (*MockMpathConfigurationSection) AddSection ¶
func (m *MockMpathConfigurationSection) AddSection(arg0 string) (mpathconfig.MpathConfigurationSection, error)
AddSection mocks base method.
func (*MockMpathConfigurationSection) EXPECT ¶
func (m *MockMpathConfigurationSection) EXPECT() *MockMpathConfigurationSectionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMpathConfigurationSection) GetDeviceSection ¶
func (m *MockMpathConfigurationSection) GetDeviceSection(arg0, arg1, arg2 string) (mpathconfig.MpathConfigurationSection, error)
GetDeviceSection mocks base method.
func (*MockMpathConfigurationSection) GetProperty ¶
func (m *MockMpathConfigurationSection) GetProperty(arg0 string) (string, error)
GetProperty mocks base method.
func (*MockMpathConfigurationSection) HasProperty ¶
func (m *MockMpathConfigurationSection) HasProperty(arg0 string) bool
HasProperty mocks base method.
func (*MockMpathConfigurationSection) SetProperty ¶
func (m *MockMpathConfigurationSection) SetProperty(arg0, arg1 string) error
SetProperty mocks base method.
type MockMpathConfigurationSectionMockRecorder ¶
type MockMpathConfigurationSectionMockRecorder struct {
// contains filtered or unexported fields
}
MockMpathConfigurationSectionMockRecorder is the mock recorder for MockMpathConfigurationSection.
func (*MockMpathConfigurationSectionMockRecorder) AddSection ¶
func (mr *MockMpathConfigurationSectionMockRecorder) AddSection(arg0 any) *gomock.Call
AddSection indicates an expected call of AddSection.
func (*MockMpathConfigurationSectionMockRecorder) GetDeviceSection ¶
func (mr *MockMpathConfigurationSectionMockRecorder) GetDeviceSection(arg0, arg1, arg2 any) *gomock.Call
GetDeviceSection indicates an expected call of GetDeviceSection.
func (*MockMpathConfigurationSectionMockRecorder) GetProperty ¶
func (mr *MockMpathConfigurationSectionMockRecorder) GetProperty(arg0 any) *gomock.Call
GetProperty indicates an expected call of GetProperty.
func (*MockMpathConfigurationSectionMockRecorder) HasProperty ¶
func (mr *MockMpathConfigurationSectionMockRecorder) HasProperty(arg0 any) *gomock.Call
HasProperty indicates an expected call of HasProperty.
func (*MockMpathConfigurationSectionMockRecorder) SetProperty ¶
func (mr *MockMpathConfigurationSectionMockRecorder) SetProperty(arg0, arg1 any) *gomock.Call
SetProperty indicates an expected call of SetProperty.