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 MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface.
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance.
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManager) PerformSync ¶
func (m *MockManager) PerformSync(ctx context.Context, regCfg *config.RegistryConfig) (*sync.Result, *sync.Error)
PerformSync mocks base method.
func (*MockManager) ShouldSync ¶
func (m *MockManager) ShouldSync(ctx context.Context, regCfg *config.RegistryConfig, syncStatus *status.SyncStatus, manualSyncRequested bool) sync.Reason
ShouldSync mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) PerformSync ¶
func (mr *MockManagerMockRecorder) PerformSync(ctx, regCfg any) *gomock.Call
PerformSync indicates an expected call of PerformSync.
func (*MockManagerMockRecorder) ShouldSync ¶
func (mr *MockManagerMockRecorder) ShouldSync(ctx, regCfg, syncStatus, manualSyncRequested any) *gomock.Call
ShouldSync indicates an expected call of ShouldSync.
Click to show internal directories.
Click to hide internal directories.