Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForgotPassword ¶
type ForgotPassword struct {
dto.ForgotPassword
}
ForgotPassword struct to describe forgot password.
func (ForgotPassword) ToDto ¶
func (r ForgotPassword) ToDto() dto.ForgotPassword
ToDto Convert to ForgotPassword DTO object.
type RefreshToken ¶
type RefreshToken struct {
dto.RefreshToken
}
RefreshToken struct to refresh JWT token.
func (RefreshToken) ToDto ¶
func (r RefreshToken) ToDto() dto.RefreshToken
type ResetPassword ¶
type ResetPassword struct {
dto.ResetPassword
}
ResetPassword struct to describe reset password.
func (ResetPassword) ToDto ¶
func (r ResetPassword) ToDto() dto.ResetPassword
ToDto Convert to ForgotPassword DTO object.
Click to show internal directories.
Click to hide internal directories.