Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewTaskHandler), fx.Invoke(RegisterRoutes), )
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(engine *gin.Engine, handler *Handler, manager *jwtAuth.JWTManager)
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewTaskHandler ¶
func (*Handler) CreateTask ¶
func (h *Handler) CreateTask(context *gin.Context, requestDto dto.CreateTaskRequest)
Click to show internal directories.
Click to hide internal directories.