Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomHTTPErrorHandler ¶
func CustomHTTPErrorHandler(err error, c echo.Context)
func SetupRoutes ¶
func SetupRoutes(e *echo.Echo, ah *AuthHandler, th *TaskHandler)
Types ¶
type AuthHandler ¶
type AuthHandler struct {
UserServices AuthService
}
func NewAuthHandler ¶
func NewAuthHandler(us AuthService) *AuthHandler
type AuthService ¶
type TaskHandler ¶
type TaskHandler struct {
TodoServices TaskService
}
func NewTaskHandler ¶
func NewTaskHandler(ts TaskService) *TaskHandler
Click to show internal directories.
Click to hide internal directories.