Versions in this module Expand all Collapse all v0 v0.1.3 Jul 4, 2026 v0.1.1 Jun 25, 2026 Changes in this version + func MergeCatalogV1(dst, src *catalog.CatalogV1) *catalog.CatalogV1 + func MergeCatalogV1WithPolicy(dst, src *catalog.CatalogV1, policy MergePolicy) *catalog.CatalogV1 + func RefreshProvider(ctx context.Context, providerID string, creds catalog.Credentials) (*catalog.RefreshResult, error) + func Run(ctx context.Context, opts Options) (*catalog.RefreshResult, error) + type MergePolicy struct + PreferLive bool + PreferLiveProviders []string + ReplaceDeploymentOfferings []string + type Options struct + Credentials catalog.Credentials