Documentation
¶
Index ¶
Constants ¶
View Source
const AttrKeyBootParams = "theAttrKeyBootParams"
AttrKeyBootParams ...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct {
AC application.Context //starter:inject("context")
RbacAuthService rbac.AuthService //starter:inject("#")
// contains filtered or unexported fields
}
Bootstrap ...
type TestAuthWithEmail ¶
type TestAuthWithEmail struct {
AC application.Context //starter:inject("context")
AuthService auth.Service
// contains filtered or unexported fields
}
TestAuthWithEmail ... 测试授权
type TestAuthWithSMS ¶
type TestAuthWithSMS struct {
AC application.Context //starter:inject("context")
AuthService auth.Service
// contains filtered or unexported fields
}
TestAuthWithSMS ... 测试授权
type TestAuthWithUserPassword ¶
type TestAuthWithUserPassword struct {
AC application.Context //starter:inject("context")
RbacAuthService rbac.AuthService //starter:inject("#")
Enabled bool //starter:inject("${testcase.enable.auth-with-password}")
// contains filtered or unexported fields
}
TestAuthWithUserPassword ... 测试身份验证
func (*TestAuthWithUserPassword) Life ¶
func (inst *TestAuthWithUserPassword) Life() *application.Life
Life ...
Click to show internal directories.
Click to hide internal directories.