Versions in this module Expand all Collapse all v0 v0.1.0 Apr 23, 2026 Changes in this version + type IntegrationContext interface + GetOpenShiftIngressDomain func(ctx context.Context) (string, error) + GetProductNamespace func(productName string) (string, error) + type URLProvider interface + GetCallbackURL func(ctx context.Context, ic IntegrationContext) (string, error) + GetHomepageURL func(ctx context.Context, ic IntegrationContext) (string, error) + GetWebhookURL func(ctx context.Context, ic IntegrationContext) (string, error)