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_Signup_001 = "rg-signup-001" InternalError_Signup_002 = "rg-signup-002" InternalError_Signup_003 = "rg-signup-003" InternalError_Signup_004 = "rg-signup-004" InternalError_Signup_005 = "rg-signup-005" InternalError_Signup_006 = "rg-signup-006" InternalError_Signup_007 = "rg-signup-007" InternalError_Signup_008 = "rg-signup-008" InternalError_Signup_009 = "rg-signup-009" InternalError_Signup_010 = "rg-signup-010" InternalError_Signup_011 = "rg-signup-011" InternalError_Signup_099 = "rg-signup-099" )
Variables ¶
This section is empty.
Functions ¶
func AddScopedIHandler ¶
func AddScopedIHandler(builder di.ContainerBuilder)
AddScopedIHandler registers the *service as a singleton.
Types ¶
type ExternalIDPAuthRequest ¶
type ExternalIDPAuthRequest struct {
IDPHint string `param:"idp_hint" query:"idp_hint" form:"idp_hint" json:"idp_hint" xml:"idp_hint"`
}
type SignupGetRequest ¶
type SignupGetRequest struct { }
type SignupPostRequest ¶
type SignupPostRequest struct { UserName string `param:"username" query:"username" form:"username" json:"username" xml:"username"` Password string `param:"password" query:"password" form:"password" json:"password" xml:"password"` 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.