Documentation ¶
Overview ¶
Package mock_loader is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIFace ¶
type MockIFace struct {
// contains filtered or unexported fields
}
MockIFace is a mock of IFace interface
func NewMockIFace ¶
func NewMockIFace(ctrl *gomock.Controller) *MockIFace
NewMockIFace creates a new mock instance
func (*MockIFace) AddUpdateCallback ¶
AddUpdateCallback mocks base method
func (*MockIFace) EXPECT ¶
func (m *MockIFace) EXPECT() *MockIFaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIFaceMockRecorder ¶
type MockIFaceMockRecorder struct {
// contains filtered or unexported fields
}
MockIFaceMockRecorder is the mock recorder for MockIFace
func (*MockIFaceMockRecorder) AddUpdateCallback ¶
func (mr *MockIFaceMockRecorder) AddUpdateCallback(arg0 interface{}) *gomock.Call
AddUpdateCallback indicates an expected call of AddUpdateCallback
func (*MockIFaceMockRecorder) Snapshot ¶
func (mr *MockIFaceMockRecorder) Snapshot() *gomock.Call
Snapshot indicates an expected call of Snapshot
Click to show internal directories.
Click to hide internal directories.