Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockManager
- func (m *MockManager) Delete(ctx context.Context, cfg *config.Config) error
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) PerformSync(ctx context.Context, cfg *config.Config) (*sync.Result, *sync.Error)
- func (m *MockManager) ShouldSync(ctx context.Context, cfg *config.Config, syncStatus *status.SyncStatus, ...) (bool, string, *time.Time)
- type MockManagerMockRecorder
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, cfg *config.Config) (*sync.Result, *sync.Error)
PerformSync mocks base method.
func (*MockManager) ShouldSync ¶
func (m *MockManager) ShouldSync(ctx context.Context, cfg *config.Config, syncStatus *status.SyncStatus, manualSyncRequested bool) (bool, string, *time.Time)
ShouldSync mocks base method.
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager.
func (*MockManagerMockRecorder) Delete ¶
func (mr *MockManagerMockRecorder) Delete(ctx, cfg any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockManagerMockRecorder) PerformSync ¶
func (mr *MockManagerMockRecorder) PerformSync(ctx, cfg any) *gomock.Call
PerformSync indicates an expected call of PerformSync.
func (*MockManagerMockRecorder) ShouldSync ¶
func (mr *MockManagerMockRecorder) ShouldSync(ctx, cfg, syncStatus, manualSyncRequested any) *gomock.Call
ShouldSync indicates an expected call of ShouldSync.
Click to show internal directories.
Click to hide internal directories.