mock

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TestAdminUser        = projections.NewUserProjection(uuid.MustParse("00000000-0000-0000-0000-000000000000"))
	TestTenantAdminUser  = projections.NewUserProjection(uuid.MustParse("00000000-0000-0000-0000-000000000001"))
	TestExistingUser     = projections.NewUserProjection(uuid.MustParse("00000000-0000-0000-0000-000000000002"))
	TestNoneExistingUser = projections.NewUserProjection(uuid.MustParse("00000000-0000-0000-0000-000000000003"))

	TestMockUsers = []*projections.User{
		TestAdminUser,
		TestTenantAdminUser,
		TestExistingUser,
	}

	TestAdminUserRoleBinding       = projections.NewUserRoleBinding(uuid.MustParse("00000000-0000-0000-0001-000000000000"))
	TestTenantAdminUserRoleBinding = projections.NewUserRoleBinding(uuid.MustParse("00000000-0000-0000-0002-000000000000"))

	TestTenant  = projections.NewTenantProjection(uuid.MustParse("00000000-0000-0001-0000-000000000000"))
	TestCluster = projections.NewClusterProjection(uuid.MustParse("00000000-0000-0001-0000-000000000000"))

	TestTenantClusterBinding = projections.NewTenantClusterBindingProjection(uuid.MustParse("00000000-0001-0000-0000-000000000000"))
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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