Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectorClient ¶
DirectorClient is an autogenerated mock type for the DirectorClient type
func (*DirectorClient) DeleteSystemAsync ¶
DeleteSystemAsync provides a mock function with given fields: ctx, id, tenant
type SystemsAPIClient ¶
SystemsAPIClient is an autogenerated mock type for the SystemsAPIClient type
func (*SystemsAPIClient) FetchSystemsForTenant ¶
func (_m *SystemsAPIClient) FetchSystemsForTenant(ctx context.Context, tenant string) ([]systemfetcher.System, error)
FetchSystemsForTenant provides a mock function with given fields: ctx, tenant
type SystemsService ¶
SystemsService is an autogenerated mock type for the SystemsService type
func (*SystemsService) CreateManyIfNotExistsWithEventualTemplate ¶
func (_m *SystemsService) CreateManyIfNotExistsWithEventualTemplate(ctx context.Context, applicationInputs []model.ApplicationRegisterInputWithTemplate) error
CreateManyIfNotExistsWithEventualTemplate provides a mock function with given fields: ctx, applicationInputs
func (*SystemsService) GetByNameAndSystemNumber ¶
func (_m *SystemsService) GetByNameAndSystemNumber(ctx context.Context, name string, systemNumber string) (*model.Application, error)
GetByNameAndSystemNumber provides a mock function with given fields: ctx, name, systemNumber
type TenantService ¶
TenantService is an autogenerated mock type for the TenantService type
func (*TenantService) GetInternalTenant ¶
func (_m *TenantService) GetInternalTenant(ctx context.Context, externalTenant string) (string, error)
GetInternalTenant provides a mock function with given fields: ctx, externalTenant
func (*TenantService) List ¶
func (_m *TenantService) List(ctx context.Context) ([]*model.BusinessTenantMapping, error)
List provides a mock function with given fields: ctx