Documentation ¶
Index ¶
Constants ¶
This section is empty.
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"` }
Click to show internal directories.
Click to hide internal directories.