Documentation
¶
Index ¶
- func ValidatePost(c *fiber.Ctx) (*dto.PostDTO, error)
- func ValidateProfile(c *fiber.Ctx) (*dto.ProfileDTO, error)
- func ValidateRequestResetPassword(c *fiber.Ctx) (*dto.RequestResetPasswordDTO, error)
- func ValidateResetPassword(c *fiber.Ctx) (*dto.ResetPasswordDTO, error)
- func ValidateSignIn(c *fiber.Ctx) (*dto.SignInDTO, error)
- func ValidateSignUp(c *fiber.Ctx) (*dto.SignUpDTO, error)
- func ValidateVerifyCode(c *fiber.Ctx) (*dto.VerifyCodeDTO, error)
- func ValidatorErrors(err error) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateProfile ¶
func ValidateProfile(c *fiber.Ctx) (*dto.ProfileDTO, error)
func ValidateRequestResetPassword ¶
func ValidateRequestResetPassword(c *fiber.Ctx) (*dto.RequestResetPasswordDTO, error)
func ValidateResetPassword ¶
func ValidateResetPassword(c *fiber.Ctx) (*dto.ResetPasswordDTO, error)
func ValidateVerifyCode ¶
func ValidateVerifyCode(c *fiber.Ctx) (*dto.VerifyCodeDTO, error)
func ValidatorErrors ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.