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_VerifyCode_001 = "rg-verifycode-001" InternalError_VerifyCode_002 = "rg-verifycode-002" InternalError_VerifyCode_003 = "rg-verifycode-003" InternalError_VerifyCode_004 = "rg-verifycode-004" InternalError_VerifyCode_005 = "rg-verifycode-005" InternalError_VerifyCode_006 = "rg-verifycode-006" InternalError_VerifyCode_007 = "rg-verifycode-007" InternalError_VerifyCode_008 = "rg-verifycode-008" InternalError_VerifyCode_009 = "rg-verifycode-009" InternalError_VerifyCode_010 = "rg-verifycode-010" InternalError_VerifyCode_011 = "rg-verifycode-011" InternalError_VerifyCode_099 = "rg-verifycode-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 VerifyCodeGetRequest ¶
type VerifyCodePostRequest ¶
type VerifyCodePostRequest struct { Email string `param:"email" query:"email" form:"email" json:"email" xml:"email"` Code string `param:"code" query:"code" form:"code" json:"code" xml:"code"` Directive string `param:"directive" query:"directive" form:"directive" json:"directive" xml:"directive"` Type string `param:"type" query:"type" form:"type" json:"type" xml:"type"` Action string `param:"action" query:"action" form:"action" json:"action" xml:"action"` }
Click to show internal directories.
Click to hide internal directories.