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_PasswordReset_001 = "rg-password-reset-001" InternalError_PasswordReset_002 = "rg-password-reset-002" InternalError_PasswordReset_003 = "rg-password-reset-003" InternalError_PasswordReset_004 = "rg-password-reset-004" InternalError_PasswordReset_005 = "rg-password-reset-005" InternalError_PasswordReset_006 = "rg-password-reset-006" InternalError_PasswordReset_007 = "rg-password-reset-007" InternalError_PasswordReset_008 = "rg-password-reset-008" InternalError_PasswordReset_009 = "rg-password-reset-009" InternalError_PasswordReset_010 = "rg-password-reset-010" InternalError_PasswordReset_011 = "rg-password-reset-011" InternalError_PasswordReset_099 = "rg-password-reset-099" )
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type PasswordResetGetRequest ¶
type PasswordResetGetRequest struct {
ReturnUrl string `param:"returnUrl" query:"returnUrl" form:"returnUrl" json:"returnUrl" xml:"returnUrl"`
}
type PasswordResetPostRequest ¶
type PasswordResetPostRequest struct { ReturnUrl string `param:"returnUrl" query:"returnUrl" form:"returnUrl" json:"returnUrl" xml:"returnUrl"` Password string `param:"password" query:"password" form:"password" json:"password" xml:"password"` ConfirmPassword string `param:"confirmPassword" query:"confirmPassword" form:"confirmPassword" json:"confirmPassword" xml:"confirmPassword"` Action string `param:"action" query:"action" form:"action" json:"action" xml:"action"` }
Click to show internal directories.
Click to hide internal directories.