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