Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChikitosRouter ¶
func NewChikitosRouter(e *echo.Echo, usecase domain.ChikitoUsecase) *chikitoRouterCtx
Types ¶
type GetChikitoParams ¶
type GetChikitoParams struct {
ID string `param:"id" validate:"required"`
}
type HTTPError ¶
type HTTPError struct {
Message string `json:"message"`
}
func (HTTPError) BadRequest ¶
func (HTTPError) ErrUnprocessableEntity ¶
func (HTTPError) InternalServerError ¶
func (HTTPError) Unauthorized ¶
Click to show internal directories.
Click to hide internal directories.