testcom

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const AttrKeyBootParams = "theAttrKeyBootParams"

AttrKeyBootParams ...

Variables

This section is empty.

Functions

This section is empty.

Types

type BootParams

type BootParams struct {
	Callback func(b *Bootstrap)
}

BootParams ...

type Bootstrap

type Bootstrap struct {
	AC              application.Context //starter:inject("context")
	RbacAuthService rbac.AuthService    //starter:inject("#")
	// contains filtered or unexported fields
}

Bootstrap ...

func (*Bootstrap) Life

func (inst *Bootstrap) Life() *application.Life

Life ...

type TestAuthWithEmail

type TestAuthWithEmail struct {
	AC application.Context //starter:inject("context")

	AuthService auth.Service
	// contains filtered or unexported fields
}

TestAuthWithEmail ... 测试授权

func (*TestAuthWithEmail) Life

func (inst *TestAuthWithEmail) Life() *application.Life

Life ...

type TestAuthWithSMS

type TestAuthWithSMS struct {
	AC application.Context //starter:inject("context")

	AuthService auth.Service
	// contains filtered or unexported fields
}

TestAuthWithSMS ... 测试授权

func (*TestAuthWithSMS) Life

func (inst *TestAuthWithSMS) Life() *application.Life

Life ...

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

Life ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL