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 MockTestingSyncer ¶
type MockTestingSyncer struct {
// contains filtered or unexported fields
}
MockTestingSyncer is a mock of TestingSyncer interface
func NewMockTestingSyncer ¶
func NewMockTestingSyncer(ctrl *gomock.Controller) *MockTestingSyncer
NewMockTestingSyncer creates a new mock instance
func (*MockTestingSyncer) EXPECT ¶
func (m *MockTestingSyncer) EXPECT() *MockTestingSyncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTestingSyncer) Sync ¶
func (m *MockTestingSyncer) Sync(arg0 context.Context, arg1 *v2alpha1.TestingSnapshot) error
Sync mocks base method
type MockTestingSyncerMockRecorder ¶
type MockTestingSyncerMockRecorder struct {
// contains filtered or unexported fields
}
MockTestingSyncerMockRecorder is the mock recorder for MockTestingSyncer
func (*MockTestingSyncerMockRecorder) Sync ¶
func (mr *MockTestingSyncerMockRecorder) Sync(arg0, arg1 interface{}) *gomock.Call
Sync indicates an expected call of Sync
Click to show internal directories.
Click to hide internal directories.