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 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"` }
Click to show internal directories.
Click to hide internal directories.