Skip to main content

Module component_registry

Module component_registry 

Source

Structs§

ComponentRegistry
A component registry stored as a TlsMap<ComponentId, VLBytes> where each value is a protobuf-encoded ComponentMetadata describing the component’s data type and permission policies.

Enums§

ComponentOp
The operation being performed on a component.
ComponentRegistryError

Functions§

new_component_metadata
Helper to construct a ComponentMetadata from permissions and type.