Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskAPI ¶
type TaskAPI struct {
TaskService TaskService
}
type TaskRepository ¶
type TaskRepository interface {
Delete(id uint)
}
type TaskService ¶
type TaskService interface {
Delete(id uint)
}
func ProvideTaskService ¶
func ProvideTaskService(t TaskRepository) TaskService
Click to show internal directories.
Click to hide internal directories.