testcom

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootstrap

type Bootstrap struct {
	AC     application.Context        //starter:inject("context")
	Boots  []testboot.BootingRegistry //starter:inject(".")
	Method string                     //starter:inject("${test.boot.method}")
	Path   string                     //starter:inject("${test.boot.path}")
	// contains filtered or unexported fields
}

Bootstrap ...

func (*Bootstrap) Life

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

Life ...

type TestAdminPermissions added in v0.0.2

type TestAdminPermissions struct {
	AC                application.Context    //starter:inject("context")
	Permissionservice rbac.PermissionService //starter:inject("#")
	// contains filtered or unexported fields
}

TestAdminPermissions ... 测试 /api/admin.v1/Permissions/*

func (*TestAdminPermissions) Boots added in v0.0.2

func (inst *TestAdminPermissions) Boots() []*testboot.Boot

Boots ...

type TestAdminRoles added in v0.0.2

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

TestAdminRoles ... 测试 /api/admin.v1/roles/*

func (*TestAdminRoles) Boots added in v0.0.2

func (inst *TestAdminRoles) Boots() []*testboot.Boot

Boots ...

type TestAdminUsers added in v0.0.2

type TestAdminUsers struct {
	AC          application.Context //starter:inject("context")
	Userservice rbac.UserService    //starter:inject("#")
	// contains filtered or unexported fields
}

TestAdminUsers ... 测试 /api/admin.v1/Users/*

func (*TestAdminUsers) Boots added in v0.0.2

func (inst *TestAdminUsers) Boots() []*testboot.Boot

Boots ...

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("#")
	// contains filtered or unexported fields
}

TestAuthWithUserPassword ... 测试身份验证

func (*TestAuthWithUserPassword) Boots added in v0.0.2

func (inst *TestAuthWithUserPassword) Boots() []*testboot.Boot

Boots ...

Jump to

Keyboard shortcuts

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