resolve_component_id

Function resolve_component_id 

Source
pub fn resolve_component_id(component_reference: &str) -> Option<ComponentId>
Expand description

Get the component-id for a given component reference. Returns none when no component with the specified reference exists. The syntax of the component reference is implementation dependent.

Golem OSS: “{component_name}” Golem Cloud: 1: “{component_name}” -> will resolve in current account and project 2: “{project_name}/{component_name}” -> will resolve in current account 3: “{account_id}/{project_name}/{component_name}”