Documentation ¶
Overview ¶
Package mock_factory is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSaveableOption ¶
type MockSaveableOption struct {
// contains filtered or unexported fields
}
MockSaveableOption is a mock of SaveableOption interface
func NewMockSaveableOption ¶
func NewMockSaveableOption(ctrl *gomock.Controller) *MockSaveableOption
NewMockSaveableOption creates a new mock instance
func (*MockSaveableOption) AddSaveable ¶
func (m *MockSaveableOption) AddSaveable(arg0 string, arg1 statemanager.Saveable) statemanager.Option
AddSaveable mocks base method
func (*MockSaveableOption) EXPECT ¶
func (m *MockSaveableOption) EXPECT() *MockSaveableOptionMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockSaveableOptionMockRecorder ¶ added in v1.17.3
type MockSaveableOptionMockRecorder struct {
// contains filtered or unexported fields
}
MockSaveableOptionMockRecorder is the mock recorder for MockSaveableOption
func (*MockSaveableOptionMockRecorder) AddSaveable ¶ added in v1.17.3
func (mr *MockSaveableOptionMockRecorder) AddSaveable(arg0, arg1 interface{}) *gomock.Call
AddSaveable indicates an expected call of AddSaveable
type MockStateManager ¶
type MockStateManager struct {
// contains filtered or unexported fields
}
MockStateManager is a mock of StateManager interface
func NewMockStateManager ¶
func NewMockStateManager(ctrl *gomock.Controller) *MockStateManager
NewMockStateManager creates a new mock instance
func (*MockStateManager) EXPECT ¶
func (m *MockStateManager) EXPECT() *MockStateManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStateManager) NewStateManager ¶
func (m *MockStateManager) NewStateManager(arg0 *config.Config, arg1 ...statemanager.Option) (statemanager.StateManager, error)
NewStateManager mocks base method
type MockStateManagerMockRecorder ¶ added in v1.17.3
type MockStateManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockStateManagerMockRecorder is the mock recorder for MockStateManager
func (*MockStateManagerMockRecorder) NewStateManager ¶ added in v1.17.3
func (mr *MockStateManagerMockRecorder) NewStateManager(arg0 interface{}, arg1 ...interface{}) *gomock.Call
NewStateManager indicates an expected call of NewStateManager