Documentation ¶
Overview ¶
Package mock_usecase is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTaniFundProjectGetter ¶
type MockTaniFundProjectGetter struct {
// contains filtered or unexported fields
}
MockTaniFundProjectGetter is a mock of TaniFundProjectGetter interface
func NewMockTaniFundProjectGetter ¶
func NewMockTaniFundProjectGetter(ctrl *gomock.Controller) *MockTaniFundProjectGetter
NewMockTaniFundProjectGetter creates a new mock instance
func (*MockTaniFundProjectGetter) EXPECT ¶
func (m *MockTaniFundProjectGetter) EXPECT() *MockTaniFundProjectGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockTaniFundProjectGetter) GetNewestProjects ¶
func (m *MockTaniFundProjectGetter) GetNewestProjects(ctx context.Context, numberOfProject int) ([]*entity.Project, error)
GetNewestProjects mocks base method
type MockTaniFundProjectGetterMockRecorder ¶
type MockTaniFundProjectGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockTaniFundProjectGetterMockRecorder is the mock recorder for MockTaniFundProjectGetter
func (*MockTaniFundProjectGetterMockRecorder) GetNewestProjects ¶
func (mr *MockTaniFundProjectGetterMockRecorder) GetNewestProjects(ctx, numberOfProject interface{}) *gomock.Call
GetNewestProjects indicates an expected call of GetNewestProjects
type MockTaniFundProjectNotifier ¶
type MockTaniFundProjectNotifier struct {
// contains filtered or unexported fields
}
MockTaniFundProjectNotifier is a mock of TaniFundProjectNotifier interface
func NewMockTaniFundProjectNotifier ¶
func NewMockTaniFundProjectNotifier(ctrl *gomock.Controller) *MockTaniFundProjectNotifier
NewMockTaniFundProjectNotifier creates a new mock instance
func (*MockTaniFundProjectNotifier) EXPECT ¶
func (m *MockTaniFundProjectNotifier) EXPECT() *MockTaniFundProjectNotifierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockTaniFundProjectNotifierMockRecorder ¶
type MockTaniFundProjectNotifierMockRecorder struct {
// contains filtered or unexported fields
}
MockTaniFundProjectNotifierMockRecorder is the mock recorder for MockTaniFundProjectNotifier
func (*MockTaniFundProjectNotifierMockRecorder) Notify ¶
func (mr *MockTaniFundProjectNotifierMockRecorder) Notify(ctx, recipientID, project interface{}) *gomock.Call
Notify indicates an expected call of Notify