Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskController ¶
type TaskController struct { TaskUsecase taskDomain.TaskUsecase // contains filtered or unexported fields }
func New ¶
func New(taskUseCase taskDomain.TaskUsecase) *TaskController
func (*TaskController) Create ¶
func (tc *TaskController) Create(c *gin.Context)
func (*TaskController) GetByID ¶
func (tc *TaskController) GetByID(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.