Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTask ¶
type CreateTask struct {
// contains filtered or unexported fields
}
func NewCreateTask ¶
func NewCreateTask(taskRepository task.TaskRepository) *CreateTask
type GetAllTasks ¶
type GetAllTasks struct {
// contains filtered or unexported fields
}
func NewGetAllTasks ¶
func NewGetAllTasks(taskRepository task.TaskRepository) *GetAllTasks
Click to show internal directories.
Click to hide internal directories.