Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DirectRuntimeProductIDs ¶
DirectRuntimeProductIDs returns the set of product IDs that have direct runtime endpoints configured, sourced from dynamic server discovery.
func DiscoveryBaseURL ¶
func DiscoveryBaseURL() string
DiscoveryBaseURL returns the effective base URL for discovery — discoveryBaseURLOverride if set, otherwise DefaultMarketBaseURL.
func NewRootCommand ¶
NewRootCommand constructs the root CLI command. The provided context is propagated to background goroutines and the Cobra command tree so that SIGINT/SIGTERM can cancel in-flight work.
func SetDiscoveryBaseURL ¶
func SetDiscoveryBaseURL(url string)
SetDiscoveryBaseURL sets the base URL used for dynamic server discovery. Intended for test use only.
func SetDynamicServers ¶
func SetDynamicServers(servers []market.ServerDescriptor)
SetDynamicServers injects server data discovered from servers.json. All product endpoints are resolved dynamically from this data.