Documentation ¶
Overview ¶
Package mock_periodicsync is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPeriodicSync ¶
type MockPeriodicSync struct {
// contains filtered or unexported fields
}
MockPeriodicSync is a mock of PeriodicSync interface.
func NewMockPeriodicSync ¶
func NewMockPeriodicSync(ctrl *gomock.Controller) *MockPeriodicSync
NewMockPeriodicSync creates a new mock instance.
func (*MockPeriodicSync) EXPECT ¶
func (m *MockPeriodicSync) EXPECT() *MockPeriodicSyncMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPeriodicSyncMockRecorder ¶
type MockPeriodicSyncMockRecorder struct {
// contains filtered or unexported fields
}
MockPeriodicSyncMockRecorder is the mock recorder for MockPeriodicSync.
func (*MockPeriodicSyncMockRecorder) Close ¶
func (mr *MockPeriodicSyncMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockPeriodicSyncMockRecorder) Run ¶
func (mr *MockPeriodicSyncMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run.
Click to show internal directories.
Click to hide internal directories.