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 LoginGetRequest ¶
type LoginPostRequest ¶
type LoginPostRequest struct {
UserName string `param:"username" query:"username" form:"username" json:"username" xml:"username"`
}
Click to show internal directories.
Click to hide internal directories.