Structs§
- Component
Registry - A component registry stored as a
TlsMap<ComponentId, VLBytes>where each value is a protobuf-encodedComponentMetadatadescribing the component’s data type and permission policies.
Enums§
- Component
Op - The operation being performed on a component.
- Component
Registry Error
Functions§
- new_
component_ metadata - Helper to construct a
ComponentMetadatafrom permissions and type.