Versions in this module Expand all Collapse all v0 v0.0.6 Aug 19, 2023 Changes in this version + type MockAddTaskService struct + func NewMockAddTaskService(ctrl *gomock.Controller) *MockAddTaskService + func (m *MockAddTaskService) AddTask(ctx context.Context, title string) (*entity.Task, error) + func (m *MockAddTaskService) EXPECT() *MockAddTaskServiceMockRecorder + type MockAddTaskServiceMockRecorder struct + func (mr *MockAddTaskServiceMockRecorder) AddTask(ctx, title interface{}) *gomock.Call + type MockListTasksService struct + func NewMockListTasksService(ctrl *gomock.Controller) *MockListTasksService + func (m *MockListTasksService) EXPECT() *MockListTasksServiceMockRecorder + func (m *MockListTasksService) ListTasks(ctx context.Context) (entity.Tasks, error) + type MockListTasksServiceMockRecorder struct + func (mr *MockListTasksServiceMockRecorder) ListTasks(ctx interface{}) *gomock.Call