 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOIDCClients ¶
type MockOIDCClients struct {
	OnError error
	AuthClient authtest.MockAuthClient
	OIDCClient oidctest.MockOIDCClient
}
    func (MockOIDCClients) Auth ¶
func (m MockOIDCClients) Auth() auth.AuthClient
func (MockOIDCClients) Close ¶
func (m MockOIDCClients) Close() error
func (MockOIDCClients) OIDC ¶
func (m MockOIDCClients) OIDC() oidc.Clients
type MockPlatformClients ¶
type MockPlatformClients struct {
	OnError error
	IAMClient      iamtest.MockIAMClient
	TenantClient   tenanttest.MockTenantClient
	RegistryClient registrytest.MockRegistryClients
	AdvisoryClient advisorytest.MockSecurityAdvisoryClients
}
    func (MockPlatformClients) Advisory ¶
func (m MockPlatformClients) Advisory() advisory.Clients
func (MockPlatformClients) Close ¶
func (m MockPlatformClients) Close() error
func (MockPlatformClients) IAM ¶
func (m MockPlatformClients) IAM() iam.Clients
func (MockPlatformClients) Registry ¶
func (m MockPlatformClients) Registry() registry.Clients
func (MockPlatformClients) Tenant ¶
func (m MockPlatformClients) Tenant() tenant.Clients
type MockPlatformServer ¶
type MockPlatformServer struct {
	GroupServer iamtest.MockGroupsServer
}
    func (*MockPlatformServer) StartPlatformServer ¶
StartPlatformServer starts the mock server and returns the connection string.
 Click to show internal directories. 
   Click to hide internal directories.