Documentation ¶
Index ¶
Constants ¶
View Source
const ( // make sure only one is shown. This is an internal error code to point the developer to the code that is failing InternalError_ForgotPassword_001 = "rg-forgot-password-001" InternalError_ForgotPassword_002 = "rg-forgot-password-002" InternalError_ForgotPassword_003 = "rg-forgot-password-003" InternalError_ForgotPassword_004 = "rg-forgot-password-004" InternalError_ForgotPassword_005 = "rg-forgot-password-005" InternalError_ForgotPassword_006 = "rg-forgot-password-006" InternalError_ForgotPassword_007 = "rg-forgot-password-007" InternalError_ForgotPassword_008 = "rg-forgot-password-008" InternalError_ForgotPassword_009 = "rg-forgot-password-009" InternalError_ForgotPassword_010 = "rg-forgot-password-010" InternalError_ForgotPassword_011 = "rg-forgot-password-011" InternalError_ForgotPassword_099 = "rg-forgot-password-099" // 99 is a bind problem )
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type ForgotPasswordGetRequest ¶
type ForgotPasswordGetRequest struct {
Email string `param:"email" query:"email" form:"email" json:"email" xml:"email"`
}
Click to show internal directories.
Click to hide internal directories.