Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type TaskInteractor ¶
type TaskInteractor struct {
// contains filtered or unexported fields
}
func New ¶
func New(redisClient redis.DB, repository Repository) *TaskInteractor
func (*TaskInteractor) Create ¶
func (t *TaskInteractor) Create(req usertaskservicedto.CreateTaskRequest) (usertaskservicedto.CreateTaskResponse, error)
func (*TaskInteractor) TasksUser ¶
func (t *TaskInteractor) TasksUser(req usertaskservicedto.TasksUserRequest) (usertaskservicedto.TasksUserResponse, error)
Click to show internal directories.
Click to hide internal directories.