Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFlexConfigSyncer ¶
type MockFlexConfigSyncer struct {
// contains filtered or unexported fields
}
MockFlexConfigSyncer is a mock of FlexConfigSyncer interface
func NewMockFlexConfigSyncer ¶
func NewMockFlexConfigSyncer(ctrl *gomock.Controller) *MockFlexConfigSyncer
NewMockFlexConfigSyncer creates a new mock instance
func (*MockFlexConfigSyncer) EXPECT ¶
func (m *MockFlexConfigSyncer) EXPECT() *MockFlexConfigSyncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFlexConfigSyncer) GetCurrentFlexConfig ¶
func (m *MockFlexConfigSyncer) GetCurrentFlexConfig() (*resources.UbiquityPluginConfig, error)
GetCurrentFlexConfig mocks base method
func (*MockFlexConfigSyncer) UpdateFlexConfig ¶
func (m *MockFlexConfigSyncer) UpdateFlexConfig(arg0 *resources.UbiquityPluginConfig) error
UpdateFlexConfig mocks base method
type MockFlexConfigSyncerMockRecorder ¶
type MockFlexConfigSyncerMockRecorder struct {
// contains filtered or unexported fields
}
MockFlexConfigSyncerMockRecorder is the mock recorder for MockFlexConfigSyncer
func (*MockFlexConfigSyncerMockRecorder) GetCurrentFlexConfig ¶
func (mr *MockFlexConfigSyncerMockRecorder) GetCurrentFlexConfig() *gomock.Call
GetCurrentFlexConfig indicates an expected call of GetCurrentFlexConfig
func (*MockFlexConfigSyncerMockRecorder) UpdateFlexConfig ¶
func (mr *MockFlexConfigSyncerMockRecorder) UpdateFlexConfig(arg0 interface{}) *gomock.Call
UpdateFlexConfig indicates an expected call of UpdateFlexConfig
Click to show internal directories.
Click to hide internal directories.