Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationService ¶
ApplicationService is an autogenerated mock type for the ApplicationService type
func NewApplicationService ¶
func NewApplicationService(t mockConstructorTestingTNewApplicationService) *ApplicationService
NewApplicationService creates a new instance of ApplicationService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ApplicationService) UpdateBaseURLAndReadyState ¶
func (_m *ApplicationService) UpdateBaseURLAndReadyState(ctx context.Context, appID string, baseURL string, ready bool) error
UpdateBaseURLAndReadyState provides a mock function with given fields: ctx, appID, baseURL, ready
type TenantService ¶
TenantService is an autogenerated mock type for the TenantService type
func NewTenantService ¶
func NewTenantService(t mockConstructorTestingTNewTenantService) *TenantService
NewTenantService creates a new instance of TenantService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*TenantService) GetLowestOwnerForResource ¶
func (_m *TenantService) GetLowestOwnerForResource(ctx context.Context, resourceType resource.Type, objectID string) (string, error)
GetLowestOwnerForResource provides a mock function with given fields: ctx, resourceType, objectID
func (*TenantService) GetTenantByID ¶
func (_m *TenantService) GetTenantByID(ctx context.Context, id string) (*model.BusinessTenantMapping, error)
GetTenantByID provides a mock function with given fields: ctx, id
type WebhookService ¶
WebhookService is an autogenerated mock type for the WebhookService type
func NewWebhookService ¶
func NewWebhookService(t mockConstructorTestingTNewWebhookService) *WebhookService
NewWebhookService creates a new instance of WebhookService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*WebhookService) Delete ¶
func (_m *WebhookService) Delete(ctx context.Context, id string, objectType model.WebhookReferenceObjectType) error
Delete provides a mock function with given fields: ctx, id, objectType
func (*WebhookService) ListByTypeAndLabelFilter ¶
func (_m *WebhookService) ListByTypeAndLabelFilter(ctx context.Context, webhookType model.WebhookType, filter *labelfilter.LabelFilter) ([]*model.Webhook, error)
ListByTypeAndLabelFilter provides a mock function with given fields: ctx, webhookType, filter