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