Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeEmailHandler ¶
type ChangeEmailHandler struct {
// contains filtered or unexported fields
}
func NewChangeEmailHandler ¶
func NewChangeEmailHandler( ur *repositories.UserRepository, ns *services.NotificationService, ) *ChangeEmailHandler
func (*ChangeEmailHandler) Handle ¶
func (h *ChangeEmailHandler) Handle(ctx fiber.Ctx) error
Change e-mail godoc
@Param Authorization header string true "123" @Param body body dtos.ChangeEmailRequestDto true "Body" @Summary Change authenticated user e-mail @Description Change authenticated user e-mail @Tags Auth Controller @Accept json @Produce json @Router /api/v1/auth/change-email [post]
Click to show internal directories.
Click to hide internal directories.