Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type ExecutionID struct + RunID string + WorkflowID string + func NewExecutionID(workflowID string, runID string) (*ExecutionID, error) + func NewFromEncoded(encoded string) (*ExecutionID, error) + func (id *ExecutionID) Encode() (string, error) + func (id *ExecutionID) String() string + type Target struct + ComponentIDs []string + Type devicetypes.ComponentType + func (t *Target) String() string + func (t *Target) Validate() error